Skip to content
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

Refactoring switch node handler #423

Merged
merged 8 commits into from
Jun 26, 2024
Merged

Conversation

ebehner
Copy link
Collaborator

@ebehner ebehner commented Jun 21, 2024

Merge the switch-node handler and condition-handler, since they're both in charge of conditions.
Furthermore, the switch-node handler is only available on the AST, but the condition-handler on both, the AST and CFG. For some scenarios, it is necessary to have the information of the switch-node handler also on the CFG. Besides, this way everything is synchronized.

@ebehner ebehner self-assigned this Jun 21, 2024
@steffenenders steffenenders self-requested a review June 26, 2024 08:08
@steffenenders steffenenders enabled auto-merge (squash) June 26, 2024 14:49
@steffenenders steffenenders merged commit 6613dd2 into main Jun 26, 2024
1 check passed
@steffenenders steffenenders deleted the refactoring_switch_node_handler branch June 26, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants