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

0.8 fails to parse cron expression with complex day of week #616

Closed
fthomas opened this issue Jan 25, 2025 · 1 comment
Closed

0.8 fails to parse cron expression with complex day of week #616

fthomas opened this issue Jan 25, 2025 · 1 comment

Comments

@fthomas
Copy link

fthomas commented Jan 25, 2025

The update to 0.8 failed in Scala Steward (scala-steward-org/scala-steward#3565) because of a parse error caused by a cron expression where the day of week field is a list of ranges:

input: 0 0 * ? * MON-WED,FRI-SUN
error: cron4s.ParseFailed: endOfInput at position 14 but found '-wed,fri-sun'
@mbaechler
Copy link
Collaborator

Hi @fthomas and thank you for the report.
It should be fixed in 0.8.1 that I just released.

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

No branches or pull requests

2 participants