Skip to content
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

check cron expression valid #1

Merged
merged 5 commits into from
Jul 8, 2022

Conversation

qingyuanz
Copy link

If it is parsing some wrong expression, like (*/2 * * 10-5 *), when calling Next(), it panics in some cases.
So should check the cron expression valid first.

Copy link
Member

@irvinlim irvinlim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@qingyuanz Thanks for your PR 😄 we should also probably update the version in the https://github.com/furiko-io/furiko project as well!

.gitignore Outdated Show resolved Hide resolved
@irvinlim
Copy link
Member

irvinlim commented Jul 8, 2022

LGTM! 🙇

@irvinlim irvinlim merged commit 1637786 into furiko-io:master Jul 8, 2022
@irvinlim
Copy link
Member

irvinlim commented Jul 8, 2022

@qingyuanz Tagged as v0.1.3 (in order to maintain parity with internal tags). We could proceed to update the main furiko code now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants