You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there's a self cycle, the compiler.log gives an (out-of-spec) error of the form:
```
FAILED: Tst has a self cycle
```
Notice the compiler is silent when the cycle involves more than one file (the terminal shows an error, but compiler.log is empty).
0 commit comments