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

simple rescue+while+break should not use throw #4507

Merged
merged 1 commit into from
May 21, 2021
Merged

Commits on May 21, 2021

  1. simple rescue+while+break should not use throw

    609de71 fixes the issue by using
    `throw` insn if `ensure` is used. However, that patch introduce
    additional `throw` even if it is not needed. This patch solves
    the issue.
    
    This issue is pointed by @mame.
    ko1 committed May 21, 2021
    Configuration menu
    Copy the full SHA
    e473fa0 View commit details
    Browse the repository at this point in the history