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

fix: resolves some bugs with match statements #25

Merged
merged 1 commit into from
Dec 12, 2023
Merged

fix: resolves some bugs with match statements #25

merged 1 commit into from
Dec 12, 2023

Conversation

achidlow
Copy link
Contributor

  • fix bug in constant propagation with duplicate target blocks
  • fix bug in IR validation of switch, where atype was compared with == instead of &
  • remove floating dead comment
  • manually bump version number

- fix bug in IR validation of switch, where atype was compared with == instead of &
- remove floating dead comment
- manually bump version number
@daniel-makerx daniel-makerx changed the title bug fixes with match statements fix: resolves some minor bugs with match statements Dec 12, 2023
@daniel-makerx daniel-makerx changed the title fix: resolves some minor bugs with match statements fix: resolves some bugs with match statements Dec 12, 2023
@achidlow achidlow merged commit 2c7de55 into main Dec 12, 2023
1 check passed
@achidlow achidlow deleted the bug-fixes branch December 12, 2023 06:26
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.

2 participants