Skip to content

Use proper flows when compiling switch statements #2573

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

Closed
wants to merge 2 commits into from
Closed

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Nov 22, 2022

Compilation of switch statements still used ancient code to determine flow flags, which worked most of the time, but sometimes missed cases. Replace this ancient code with proper flow logic, which also resolves the TODO to account for local flags.

  • I've read the contributing guidelines
  • I've added my name and email to the NOTICE file

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.

1 participant