-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Bug] chrono-english breaks with latest chrono version #534
Comments
For the record, I am maintaining a fork of chrono-english. https://docs.rs/interim/latest/interim/index.html Complete rewrite but the same tests pass and it supports time as well as chrono. Let me know if I can help at all |
Uh nice! I was personally really interested in seeing an implementation that utilizies a proper parser library ( Thanks for your work! I'll take a closer look in the next few days :) |
Thanks again @conradludgate, this saved me a lot of time and work 😁 |
I think, but I'm not certain, that the original |
Describe the bug
So, chrono released a new version where they introduced breaking changes in a minor release.
This broke some trivial things in chrono-english, however chrono-english seems to be unmaintained and the author is unresponsive. See stevedonovan/chrono-english#29 and stevedonovan/chrono-english#30
Due to a missing alternative, I decided to contact the maintainer of
dateparser
, which was open to add such functionality upstream in their crate.I started work on this over in https://github.com/Nukesor/dateparser/tree/natural-language for waltzofpearls/dateparser#48, but I'm getting side-tracked by work and other projects.
The text was updated successfully, but these errors were encountered: