Remove weird for-loop syntax in cron.daemon #162

Open
opened 2022-05-06 08:35:06 +02:00 by Jef Roosens · 0 comments

Because of a bug in V, there's a few places in the daemon code where we have to put an if inside a for loop instead of just using a double conditional in the loop itself. One example is the renew_queue function.

https://github.com/vlang/v/issues/14042

Because of a bug in V, there's a few places in the daemon code where we have to put an if inside a for loop instead of just using a double conditional in the loop itself. One example is the `renew_queue` function. https://github.com/vlang/v/issues/14042
Jef Roosens added the
V
bug
labels 2022-05-06 08:35:06 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vieter-v/vieter#162
There is no content yet.