-
Notifications
You must be signed in to change notification settings - Fork 446
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
chrono-tz doesn't build anymore with latest regex-syntax #455
Comments
Yes, it's a bug, and not surprising sadly :-(. I was somewhat expecting bugs in the case insensitive mode. I wrote as many tests as I could think of, but it looks like some cases have eluded me! I will try to get a fix out today. |
OK, I've reproduced this down to a minimal example:
which produces
Another variant:
which produces
In other words, the parser is treating the trailing This should be straight-forward to fix. |
Nice, I'm going to add |
Thanks! <3 :) |
OK, I've pushed a fix. I did try running your |
Everything is building and all tests are green here. Thanks! |
@meh |
Everything seems to be still fine, so thanks a bunch 🐼 |
Sorry for finding these issues in small steps instead of all at once, one of the regular expressions in
chrono-tz
is not parsing anymore, which makes the build script fail.The regular expression comes from here, an issue about it was opened here.
Would this be considered a breaking change since it was working before?
The text was updated successfully, but these errors were encountered: