-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
A few small bugfixes #490
Merged
Merged
A few small bugfixes #490
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84f3835 - Browse repository at this point
Copy the full SHA 84f3835View commit details -
Wrong return type for AMBIG_ERROR/AMBIG_EARLIEST.
Spotted by @sw17ch, thank you.
Configuration menu - View commit details
-
Copy full SHA for 60baaab - Browse repository at this point
Copy the full SHA 60baaabView commit details -
-C opt-level=3 makes a huge difference here.
Spotted by @sw17ch, thank you.
Configuration menu - View commit details
-
Copy full SHA for e7a21b4 - Browse repository at this point
Copy the full SHA e7a21b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for edeb291 - Browse repository at this point
Copy the full SHA edeb291View commit details -
Previously this gave: ``` ; ./build/bin/re -r literal -G 3 abc ; ./build/bin/re -r literal -G 4 abc abc ; ``` and now -G 3 does construct "abc" (not including the newline, which is a property of the printing, not of the constructed string): ``` ; ./build/bin/re -r literal -G 3 abc abc ; ./build/bin/re -r literal -G 4 abc abc ; ``` and: ``` ; ./build/bin/re -r native -G 3 '^x+$' x xx xxx ``` Spotted by @pierreganty (#478), thank you
Configuration menu - View commit details
-
Copy full SHA for 3769f77 - Browse repository at this point
Copy the full SHA 3769f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ad53b - Browse repository at this point
Copy the full SHA 00ad53bView commit details
Commits on Aug 25, 2024
-
This doesn't help for #317, but whatever the solution is there, asserting about it is the wrong thing to do. Spotted by @classabbyamp, thank you
Configuration menu - View commit details
-
Copy full SHA for 5010a40 - Browse repository at this point
Copy the full SHA 5010a40View commit details
Commits on Aug 26, 2024
-
Update for hooks & options API changes.
I have extremely broken the iprange example. I am very unsure what's going on with this program.
Configuration menu - View commit details
-
Copy full SHA for ebbcb35 - Browse repository at this point
Copy the full SHA ebbcb35View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.