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

Allow yield inside of try / catch and catch #8413

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2024

  1. Allow yield inside of try / catch and catch

    This proposal expands the use of `yield` to
    
    - `try` portion of a `try / catch` block
    - `catch` portion of a `try / catch` block with some restrictions around
      `finally`
    jaredpar committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    632eb2d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Apply suggestions from code review

    Co-authored-by: Jan Jones <[email protected]>
    jaredpar and jjonescz authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    090ab50 View commit details
    Browse the repository at this point in the history