Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lazy regexp compilation in OpamFormula.atom_of_string #5211

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

dra27
Copy link
Member

@dra27 dra27 commented Aug 2, 2022

The regular expression is compiled lazily - on each call to the function!

master_changes.md Outdated Show resolved Hide resolved
The regular expression is compiled lazily on every call!
@rjbou rjbou merged commit b2f41ca into ocaml:master Aug 3, 2022
@rjbou rjbou added this to PR in progress in Opam 2.2.0 via automation Aug 3, 2022
@rjbou rjbou added this to the 2.2.0~alpha milestone Aug 3, 2022
@rjbou rjbou moved this from PR in progress to Done in Opam 2.2.0 Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Opam 2.2.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants