-
Notifications
You must be signed in to change notification settings - Fork 128
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
Miss destruction in switch statements #587
Comments
This is a variant of #348 . |
@Lancern is right. I have some on going work there I need to be resumed, should take care of this too. |
@wenpen if you are looking for issues to work on, I advice against picking this one right now, it involves many parts of CIRGen is quite complex, I'd go for more simple stuff until you get more familiarity with the different parts. |
Just found this issue when construct test case, thank you for advice, I will keep focusing on my unfinished work :) |
The
St
destruction of following code won't be called.emit-cir-flag output:
The text was updated successfully, but these errors were encountered: