gorhill / cronexpr

Cron expression parser in Go language (golang)
683 stars 168 forks source link

fix infinite lopp on cron expression '*/60 * * * *' #18

Closed takumakanari closed 7 years ago

takumakanari commented 7 years ago

I made This p-r to fix an issue #16.

Could you review this if you have a chance to do it?

takumakanari commented 7 years ago

@gorhill Could you check this if you have a chance? Thanks.

aiquestion commented 7 years ago

@takumakanari i'm going to use your p-r, but i found out that this p-r can only fix the issue when expression like "/60" and will still face infinite loop for expression like "/61"

takumakanari commented 7 years ago

@aiquestion I see. I tried other solution to fix this case, and pushed it.