-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
regression: ^ incorrect when start != 0 #64
Comments
That's |
|
Thank you. I think it's a bug too, but I was trying to convince myself it's a feature :P.
Yeah. That's why I suggested toOpenArray. Since no other regex library has re/nre behaviour, and no one has reported the previous behaviour to be wrong, I'll label this as a bug and fix it. |
thanks for the fix! I've submitted nim-lang/Nim#14284 |
@nitely so in light of nim-lang/Nim#14284 should we re-open to match re/nre behavior? sorry I was wrong initially on this one, the |
Yes, I'll revert the changes. |
/cc @nitely
I was having a weird error in some program until I traced it back to a regression in nim-regex:
ff6ab82: works
master (92ff73c) : fails
git bisect says it's 92ff73c
The text was updated successfully, but these errors were encountered: