ci: bump pinned EigenScript runtime to v0.27.0#44
Merged
Conversation
Upstream #435 (in v0.27.0): chr raises outside 1-255 instead of silently returning "". The serial capture path fed mem.data[0xFF01] to chr unguarded, so a ROM transferring a NUL byte would raise. Skip the append on 0 — byte-identical to the old behavior (NUL contributed nothing to serial_output). Blargg suites are ASCII and never hit this; verified with a NUL+ASCII transfer probe and the full test_cpu/test_memory suites against EigenScript HEAD. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Rides with the serial chr-of-NUL guard on this branch: v0.27.0's chr raises outside 1-255 (#435). CLAUDE.md prose pin updated in the same change. Blargg suites + test_cpu/test_memory verified green against the v0.27.0 content in the pre-tag sweep. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Part of the v0.27.0 same-day bump train. Every suite was verified locally against the exact release content (v0.26.0-42-g9810a99) in the pre-tag sweep — details in the release PR (EigenScript#461). Zero W017 sites from the #405 one call rule in this repo.
🤖 Generated with Claude Code