amonks / run

Go run some tasks!
https://amonks.github.io/run/
Other
19 stars 4 forks source link

should Validate check for dependency cycles? #50

Closed amonks closed 1 year ago

amonks commented 1 year ago

is there ever a good reason to have a cycle? maybe?

amonks commented 1 year ago

I can't think of a legitimate use-case for cycles, but I also can't think of a good reason to prevent them.

If you unintentionally create a cycle, it will be clear from the output what is going on.