Skip to content

Fixed wrong range condition in OP_JMPUW#6442

Merged
matz merged 1 commit into
mruby:masterfrom
dearblue:jmpuw
Dec 6, 2024
Merged

Fixed wrong range condition in OP_JMPUW#6442
matz merged 1 commit into
mruby:masterfrom
dearblue:jmpuw

Conversation

@dearblue

@dearblue dearblue commented Dec 3, 2024

Copy link
Copy Markdown
Contributor

fixed #6441


Even if merged with #6440, each added test will pass.

@dearblue
dearblue requested a review from matz as a code owner December 3, 2024 13:43
@github-actions github-actions Bot added the core label Dec 3, 2024
@matz

matz commented Dec 4, 2024

Copy link
Copy Markdown
Member

Do we need both #6440 and #6442?

@dearblue

dearblue commented Dec 4, 2024

Copy link
Copy Markdown
Contributor Author

Thank you for your review.
Yes, I consider it necessary. I perceive those issues as separate.

@matz
matz merged commit 1dfd3d9 into mruby:master Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

break inside while loop will execute the ensure block outside of the while loop

2 participants