Skip to content

Bump EigenScript pin v0.32.0 -> v0.33.0 - #40

Merged
InauguralPhysicist merged 1 commit into
mainfrom
bump-eigs-0.33
Jul 25, 2026
Merged

Bump EigenScript pin v0.32.0 -> v0.33.0#40
InauguralPhysicist merged 1 commit into
mainfrom
bump-eigs-0.33

Conversation

@InauguralPhysicist

Copy link
Copy Markdown
Contributor

Routine pin bump to the new release: v0.33.0, the silent-wrong-answer release.

Highlights that reach this repo: the plausible-but-wrong-at-rc=0 sweep (regex_match #629, json_decode #628, four stdlib math bugs #638-#641, import top-level scope #673, the listcomp/local double binding #633/#642, report_value calling a converging sequence diverging #674), plus DEFLATE codecs (#684), tape-captured clock_unix (#683), four C-backed list ops (#543/#544), and kill -USR1 live observer dumps (#660).

Verified before the bump, not after: this repo's suite was run locally against the v0.33.0 runtime and passed unchanged — no code change needed here.

That sweep was not a formality this time. It found real breakage in three siblings, fixed in their own PRs: EigenScript #630 widened OP_LINE's operand from 16 to 32 bits, which is a bytecode ABI break for external producers (ouroboros produced empty output for every program, iLambdaAi's grader lost its top rung — both silently at rc=0), and #629 changed regex_match's shape for non-participating capture groups (EigenRegex's compat shim mirrored the old truncation deliberately).

Release notes: https://github.com/InauguralSystems/EigenScript/releases/tag/v0.33.0

🤖 Generated with Claude Code

v0.33.0 is the silent-wrong-answer release: the plausible-but-wrong-at-rc=0 sweep (regex_match #629, json_decode #628, four stdlib math bugs #638-#641, import top-level scope #673, the listcomp/local double binding #633/#642, report_value #674), plus DEFLATE codecs (#684), clock_unix (#683), four C-backed list ops (#543/#544), and kill -USR1 observer dumps (#660).

This repo's suite was run locally against the v0.33.0 runtime BEFORE this bump and passed unchanged — no code change needed here. (The same sweep did find real breakage in ouroboros, iLambdaAi and EigenRegex, fixed in their own PRs: EigenScript #630 widened OP_LINE's operand, which is a bytecode ABI break for external producers, and #629 changed regex_match's shape for non-participating groups.)

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 25, 2026 04:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Tidepool’s pinned EigenScript runtime to v0.33.0, keeping the devcontainer/CI environment aligned with the latest upstream release and its correctness fixes.

Changes:

  • Bump the devcontainer EigenScript ref from v0.32.0 to v0.33.0.
  • Update developer documentation to reflect the new pin.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
CLAUDE.md Updates the stated CI/devcontainer EigenScript pin to v0.33.0.
.devcontainer/Dockerfile Bumps EIGS_REF to v0.33.0 (the actual runtime pin used by devcontainer/CI).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .devcontainer/Dockerfile
Comment on lines 27 to +30
# EIGS_REF is a tag/SHA (fetched directly, so it stays reproducible). Pinned to
# v0.19.0 — the release that ships the flat-buffer tensors (shaped VAL_BUFFER,
# #275) the neural policy's buffer path requires.
ARG EIGS_REF=v0.32.0
ARG EIGS_REF=v0.33.0
@InauguralPhysicist
InauguralPhysicist merged commit 493b82f into main Jul 25, 2026
6 checks passed
@InauguralPhysicist
InauguralPhysicist deleted the bump-eigs-0.33 branch July 25, 2026 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants