goflow
goflow copied to clipboard
DAG validation bug
Hi @fieldryand I have found DAG validation bug.
graph LR;
c-->a;
a-->b;
b-->a;