- Notifications
You must be signed in to change notification settings - Fork81
better extend cycle detection#2392
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Draft
jurgenvinju wants to merge25 commits intomainChoose a base branch frombetter-extend-cycle-detection
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
+434 −166
Draft
Changes from1 commit
Commits
Show all changes
25 commits Select commitHold shift + click to select a range
411cfa9 improving the cycle detector
jurgenvinju487f31e cleaning
jurgenvinju0dac474 re-thinking extend cycle detection and recovery
jurgenvinjuda4ab2c Merge branch 'main' into better-extend-cycle-detection
jurgenvinjue5c7e8e added "fawlty" flag to ModuleEnvironment to be able to filter fawlty …
jurgenvinju8c7bc85 fixed a nasty bug introduced yesterday; at every import a module was …
jurgenvinju2d4b9f0 added depth-first-search on a detected cycle to report only the edges…
jurgenvinju204b9df removed rethrowing to get rid of double reporting of the same error h…
jurgenvinjue650c52 instrumenting the loading process with more import/extend graph analy…
jurgenvinju5b56bce clean up to allow focus on new errors
jurgenvinjuadcffa5 Merge branch 'main' into better-extend-cycle-detection
jurgenvinjuf455209 fixed a bug in loading cyclic imports, which finally excaves the unde…
jurgenvinjuffe6173 accurately report import/extend cycles when they happen _and_ when th…
jurgenvinju17e89be cleanup
jurgenvinjub5be7f2 slowly sanitizing the errors around module loading
jurgenvinju30e82be better error handling
jurgenvinju81468ae stack traces become causes to issues, which they are
jurgenvinjub93e416 stack traces become causes to issues, which they are
jurgenvinju64c4daf Removing extend cycle
PaulKlint41406e9 Changes needed to eliminate cycle
PaulKlint068a3d1 Merge branch 'main' into remove-extend-cycle
PaulKlint7ef0ece Release --help
jurgenvinjude3b208 Merge remote-tracking branch 'origin/remove-extend-cycle' into better…
jurgenvinju2271487 added and _not_ used a complete module cyclic dependency test, for de…
jurgenvinjuc78fce9 cleanup
jurgenvinjuFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
instrumenting the loading process with more import/extend graph analy…
…ses; only for debugging purposes
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commite650c5292200bd35d0c524738940ade515559f3b
There are no files selected for viewing
19 changes: 18 additions & 1 deletionsrc/org/rascalmpl/interpreter/env/GlobalEnvironment.java
This file contains hidden or 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
41 changes: 41 additions & 0 deletionssrc/org/rascalmpl/interpreter/env/ModuleEnvironment.java
This file contains hidden or 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
16 changes: 15 additions & 1 deletionsrc/org/rascalmpl/semantics/dynamic/Import.java
This file contains hidden or 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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.