-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency cycle detection does not seem to work #1024
Comments
Oh, that's a significant bug. Thanks for reporting this! |
I had a look at the problem because I was worried that it relates to changes done for modal models but it seems not the case. |
Thanks for this pointer. I'm trying to figure out why I put in the check that lets this corner case through... There must have been a reason... :-) |
I think this will be fixed by PR #1026, but let's see whether the CI tests reveal further problems. I removed the check that @a-sr identified, and this resulted in only one test breaking, |
I think this bug report shows we're not doing enough unit testing. Especially for critical parts like our dependency analysis, we need more unit tests. |
Hi, tried to do the esweek tutorial and I noticed that the dependency cycle analysis does not work.
No validator error is created. So it does not seem to be a problem of the diagram.
The text was updated successfully, but these errors were encountered: