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

Conversation

ko1
Copy link
Contributor

@ko1 ko1 commented May 18, 2021

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.

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 ko1 merged commit 817764b into ruby:master May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant