-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/90 prevent graph cycles (Redux) (#105)
* Export detectCycles function from compiler * Add detectCycles function on Model * Extract ConnectNodes creation, use Model.detectCycles, display dialog on cycle * Use errorDialog --------- Co-authored-by: Maxime Chevalier-Boisvert <[email protected]>
- Loading branch information
1 parent
fc8689f
commit 74b7f39
Showing
3 changed files
with
65 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters