mojombo / chronic

Chronic is a pure Ruby natural language date parser.
http://injekt.github.com/chronic
MIT License
3.24k stars 458 forks source link

Is this project maintained anymore? #316

Open vsrnth opened 8 years ago

davispuh commented 8 years ago

kinda not really... basically @leejarvis is current maintainer but haven't seen him respond to anything for a while. I worked on rewrite #278 which would solve most of issues but I haven't had time to complete it yet. It's still on my TODO list, just need to find time when I'll be able to finish it. Also even before that rewrite there are several PRs which could be merged and some are merged in beta branch.

FabienChaynes commented 8 years ago

Hi @leejarvis !

Would it be possible for you to release a new version of the gem including the last changes? The 0.10.2 is 30 commits behind master and it'll be great to benefit from the last fixes and features.

pmackay commented 7 years ago

@davispuh may I ask, what state would you say your rewrite work is currently in? Thanks!

davispuh commented 7 years ago

I've written few comments about it on this reddit thread

For my latest code see #347

There's still few minor things left to do and biggest part is testing it. Also I had thought out how to implement everything that's left but haven't written that code yet, it's basically just Timezone/DST work. It already should work but there might be some cases which need work (like performance, see my reddit comment)