https://bugzilla.redhat.com/show_bug.cgi?id=2025149
Bug ID: 2025149
Summary: Review Request: ghc-atomic-primops - A safe approach
to CAS and other atomic ops in Haskell
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: petersen(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://petersen.fedorapeople.org/reviews/ghc-atomic-primops/ghc-atomic-pri…
SRPM URL:
https://petersen.fedorapeople.org/reviews/ghc-atomic-primops/ghc-atomic-pri…
Description:
After GHC 7.4 a new `casMutVar#` primop became available, but it's difficult to
use safely, because pointer equality is a highly unstable property in Haskell.
This library provides a safer method based on the concept of "Tickets".
Also, this library uses the "foreign primop" capability of GHC to add access to
other variants that may be of interest, specifically, compare and swap inside
an array.
Note that as of GHC 7.8, the relevant primops have been included in GHC itself.
This library is engineered to work pre- and post-GHC-7.8, while exposing the
same interface.
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=79098638
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2025149
https://bugzilla.redhat.com/show_bug.cgi?id=810049
Anamika Singh <aman5snigh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aman5snigh(a)gmail.com
--- Comment #157 from Anamika Singh <aman5snigh(a)gmail.com> ---
Hi it is very nice blog and informative, thank for opportunity to make a post
on behalf of my business, here I am going to update an information regarded
this service. kindly see my website and know more information related to my
agency.
http://www.sheleader.co.in/http://www.sheleader.co.in/call-girls-gurgaon.html
--
You are receiving this mail because:
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2118837
Bug ID: 2118837
Summary: Review Request: afetch - Simple system info written in
C
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: jonathan(a)almalinux.org
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://jonathanspw.fedorapeople.org/afetch.spec
SRPM URL: https://jonathanspw.fedorapeople.org/afetch-2.2.0-1.fc38.src.rpm
Description: Simple system info written in C
Fedora Account System Username: jonathanspw
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2118837
https://bugzilla.redhat.com/show_bug.cgi?id=2118835
Bug ID: 2118835
Summary: Review Request: clifm - shell-like, command line
terminal file manager
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: jonathan(a)almalinux.org
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://jonathanspw.fedorapeople.org/clifm.spec
SRPM URL: https://jonathanspw.fedorapeople.org/clifm-1.6-1.fc38.src.rpm
Description: shell-like, command line terminal file manager
Fedora Account System Username: jonathanspw
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2118835
https://bugzilla.redhat.com/show_bug.cgi?id=2120002
Bug ID: 2120002
Summary: Review Request: cinfo - fast and minimal system
information tool
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: jonathan(a)almalinux.org
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://jonathanspw.fedoraproject.org/cinfo.spec
SRPM URL: https://jonathanspw.fedoraproject.org/cinfo-0.4.6-1.fc38.src.rpm
Description: fast and minimal system information tool
Fedora Account System Username: jonathanspw
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2120002
https://bugzilla.redhat.com/show_bug.cgi?id=810049
Karishma Singh <karishmasingh4097(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karishmasingh4097(a)gmail.com
--- Comment #21 from Karishma Singh <karishmasingh4097(a)gmail.com> ---
Usually, it is a good thing to get that much information from this amazing
post. I really like to be here on this website.
http://www.aliasharma.in/
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1772578
Bug ID: 1772578
Summary: Review Request: python-importlib-resources - Read
resources from Python packages
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: kdreyer(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec:
https://raw.githubusercontent.com/ktdreyer/python-importlib-resources/epel8…
SRPM:
https://ktdreyer.fedorapeople.org/reviews/python-importlib-resources-1.0.2-…
Description:
importlib_resources is a backport of Python 3.7's standard library
importlib.resources module for 3.4 through 3.6. Users of Python 3.7 and beyond
should use the standard library module, since for these versions,
importlib_resources just delegates to that module.
Note that we don't need this package in Fedora, only in epel8. I only plan to
maintain this for epel8, since we have Python 3.6 there.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component