X Tutup
Skip to content

Use proper flows when compiling switch statements#2573

Closed
dcodeIO wants to merge 2 commits intomainfrom
switchflow
Closed

Use proper flows when compiling switch statements#2573
dcodeIO wants to merge 2 commits intomainfrom
switchflow

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

X Tutup