-
Notifications
You must be signed in to change notification settings - Fork 73
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
Feature-gated jiff
support
#130
Comments
A fork already exists, which completely replaces Might it be more efficient to join forces? (cc @maxcountryman) |
@LeoniePhiline a feature sounds like a lot of work. That's why I dropped support for |
@maxcountryman I tend to agree. What are the plans for your fork? There has been increased activity in https://github.com/zslayton/cron recently. (Recent merges) Are you going to rebase onto upstream regularly, port changes, or let the fork fully diverge? Would you mind opening your fork's Issues section to keep track of synchronization of features and fixes? Edit: I performed a rebase of the latest upstream |
Yeah, I think that would be wise. It would be nice to have a migration/shim story for the users using the old |
I like your idea of using This sounds like much less long-term effort than making the entire implementation generic over a For jiff-cron#3 I have rebased the fork onto the latest changes to your Does seeing this migrated and rebased codebase inspire you to any kind of low-maintenance I would very much prefer to re-unify the fork with upstream as soon as backwards compatibility is implemented. A possible contra argument: library users working in a |
One thing I think should be considered here: All this to say, it might actually make more sense to have separate implementations. This would also allow an implementation of say |
I am in the process of migrating code from
chrono
to the superiorjiff
library.The
Schedule
iterator currently only yieldschrono::DateTime<Z>
.With the rise of a new date and time handling library which does some things better than
chrono
, it might be useful to makechrono
optional (feature-gated) and addjiff
support (also behind a feature gate).Are you at all open to having
jiff
support added to the crate?#87 may be related, as
jiff
handles timezones better thanchrono
.The text was updated successfully, but these errors were encountered: