-
Notifications
You must be signed in to change notification settings - Fork 82
Extended fork #37
Comments
Hi, unfortunately I don't use |
@staticlibs I wrote supertinycron based on your work, and it is working great so far. I think I fixed all the issues and implemented Quartz syntax as was requested here. I also fixed building using Gihtub actions in my repo, and it should be working. You can review here: https://github.com/exander77/supertinycron/actions So my repository should behave as your original one compiling under If it is ok with you, you can do as you suggest. Btw, great work on this, I tried to follow the ideas of the original next/prev event calculation, but I merged most of the prev end next code, so it is more reliable as I primarily test next. I also implemented tonne of additional tests for new features as well as incorporated tests from this issue tracker. I also find a bug recently, that I intend to fix as well:
I wanted to find leap seconds for testing purposes, but neither glibc, nor musl handles this and ccronexpr segfaults due to not finding any matching in bitfield. |
Archiving the repo now, thanks for keeping this project alive! |
Hello, I made a fork of this library to write a supertinycron tool:
[email protected]:exander77/supertinycron.git
I extended the library for expressions described here:
https://www.javadoc.io/doc/org.quartz-scheduler/quartz/latest/org/quartz/CronExpression.html
https://github.com/gorhill/cronexpr
Would you be willing to take a very large pull request?
The text was updated successfully, but these errors were encountered: