Bug 2486090

Summary: Review Request: rust-regex-cache - Lazy and cached regular expressions
Product: [Fedora] Fedora Reporter: Dominik 'Rathann' Mierzejewski <dominik>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: code, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://crates.io/crates/regex-cache
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2486089    
Bug Blocks: 2486091    

Description Dominik 'Rathann' Mierzejewski 2026-06-07 15:04:25 UTC
Spec URL: https://rathann.fedorapeople.org/review/rust-regex-cache/rust-regex-cache.spec
SRPM URL: https://rathann.fedorapeople.org/review/rust-regex-cache/rust-regex-cache-0.2.1-1.fc45.src.rpm
Description:
This crate provides a library for caching or lazily creating regular expressions.

Lazy regular expressions are backed by a OnceMutex, while the regular expression cache is backed by a Least Recently Used cache.

Fedora Account System Username: rathann

Comment 1 Fedora Review Service 2026-06-08 14:27:46 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10579154
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2486090-rust-regex-cache/fedora-rawhide-x86_64/10579154-rust-regex-cache/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 2 Ben Beasley 2026-06-15 11:38:11 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=2486089#c2.