-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
WIP(general feedback appreciated): fix/refactor(control-flow): Switch rework and multi-node statement changes #5742
Open
Mr-Pine
wants to merge
24
commits into
INRIA:master
Choose a base branch
from
Mr-Pine:controlflow-switch-expression
base: master
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.
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6362bce - Browse repository at this point
Copy the full SHA 6362bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d775f5 - Browse repository at this point
Copy the full SHA 0d775f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5b626 - Browse repository at this point
Copy the full SHA 3d5b626View commit details -
Handle multiple case expressions
As a side effect, fall throughs now go to the next block, not the next case expression
Configuration menu - View commit details
-
Copy full SHA for c706605 - Browse repository at this point
Copy the full SHA c706605View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5d7e7 - Browse repository at this point
Copy the full SHA ee5d7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7f609 - Browse repository at this point
Copy the full SHA 8b7f609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 433c1c2 - Browse repository at this point
Copy the full SHA 433c1c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27375a8 - Browse repository at this point
Copy the full SHA 27375a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4033929 - Browse repository at this point
Copy the full SHA 4033929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff9918 - Browse repository at this point
Copy the full SHA 0ff9918View commit details -
Rework graph layout (with case labels no separate blocks are created …
…anymore and handle return switch () {} expression
Configuration menu - View commit details
-
Copy full SHA for 6c24dc0 - Browse repository at this point
Copy the full SHA 6c24dc0View commit details -
Rework handling of multinode statements
They now have a start and an end node. Should be ported to other multinode constructs like if, loops, conditionals, ...
Configuration menu - View commit details
-
Copy full SHA for b27f6b8 - Browse repository at this point
Copy the full SHA b27f6b8View commit details -
Adjust tests to test structure instead of concrete node counts, chang…
…e switch selector node to branch
Configuration menu - View commit details
-
Copy full SHA for 211bf20 - Browse repository at this point
Copy the full SHA 211bf20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0326485 - Browse repository at this point
Copy the full SHA 0326485View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b6591 - Browse repository at this point
Copy the full SHA f3b6591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ab861 - Browse repository at this point
Copy the full SHA 10ab861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06123b2 - Browse repository at this point
Copy the full SHA 06123b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf03f1f - Browse repository at this point
Copy the full SHA bf03f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc473a1 - Browse repository at this point
Copy the full SHA cc473a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b736ac - Browse repository at this point
Copy the full SHA 1b736acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 262ac4a - Browse repository at this point
Copy the full SHA 262ac4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2caab71 - Browse repository at this point
Copy the full SHA 2caab71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8e078 - Browse repository at this point
Copy the full SHA 3c8e078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 881371b - Browse repository at this point
Copy the full SHA 881371bView commit details
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.