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

Returning from finally doesn't work reliably #1100

Closed
degory opened this issue Mar 3, 2024 · 0 comments · Fixed by #1102
Closed

Returning from finally doesn't work reliably #1100

degory opened this issue Mar 3, 2024 · 0 comments · Fixed by #1102
Labels

Comments

@degory
Copy link
Owner

degory commented Mar 3, 2024

Returning from within a finally clause can incorrectly fall through to the following code

@degory degory added the bug label Mar 3, 2024
degory added a commit that referenced this issue Mar 4, 2024
Bugs fixed:
- Returning from finally doesn't work reliably (closes #1100)
- Scoped disposal within an exception handler generates incorrect IL (closes #1101)
degory added a commit that referenced this issue Mar 4, 2024
Bugs fixed:
- Returning from finally doesn't work reliably (closes #1100)
- Scoped disposal within an exception handler generates incorrect IL (closes #1101)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

1 participant