Skip to content

Conversation

@jgardn3r
Copy link
Collaborator

This PR fixes various control flow graph bugs (which fixes #340). Additionally, a bug in RedundantJumpCheck has been fixed where nested try-finally blocks were erroneously raising issues.

@jgardn3r jgardn3r requested a review from cirras March 11, 2025 04:32
Copy link
Collaborator

@cirras cirras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. 👍

@cirras cirras merged commit dbc3a5c into master Mar 21, 2025
4 checks passed
@cirras cirras deleted the cfg-fixes branch March 21, 2025 00:17
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.

LoopExecutingAtMostOnce treats all case statements as exhaustive

4 participants