Support mruby 4.0 bytecodes (preview) - #89
Merged
Merged
Conversation
mruby 4.0 widened ENTER's operand to 24 bits and put MRB_ASPEC_NOBLOCK in the new top bit, which the compiler sets for def m(&nil). vm.c raises ArgumentError "no block accepted" when a block arrives anyway. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FfoC7uMVr3d3VaxWFnaPFT
examples/hi.mrb and examples/simple.mrb are both RITE0300, so rite::load refuses them now. Nothing but the docs read them, their names do not match their contents, and their sources are not in the tree. The doc example and the README read a path instead of bundling a blob, and the IREP example drops no_run so cargo test --doc runs it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FfoC7uMVr3d3VaxWFnaPFT
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FfoC7uMVr3d3VaxWFnaPFT
udzura
force-pushed
the
codex/rite0400
branch
from
September 13, 2026 05:57
6f1ab5c to
eb8924b
Compare
Compile and execute a minimal Ruby script in the crate docs. Co-authored-by: Codex <codex@openai.com>
Group bytecode tests by opcode family while retaining the whole-chunk test. Co-authored-by: Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.