Bump EigenScript pin v0.30.0 -> v0.32.0 - #39
Merged
Conversation
Local preflight against a v0.32.0 worktree build: make lint (clean) + make test (all headless tests passed), run with EIGS_DIR pinned to a v0.32.0 worktree Also fixes ALREADY-DRIFTED prose: CLAUDE.md claimed the pin was v0.26.0 while the Dockerfile said v0.30.0. Now both read v0.32.0. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates Tidepool’s pinned EigenScript version to v0.32.0 for the devcontainer/CI environment and aligns the developer-facing documentation to reflect the new pin.
Changes:
- Bump
.devcontainer/DockerfileEIGS_REFfrom v0.30.0 to v0.32.0. - Update
CLAUDE.mdto state that CI/devcontainer are pinned to v0.32.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
CLAUDE.md |
Updates toolchain prose to reflect the new v0.32.0 CI/devcontainer pin. |
.devcontainer/Dockerfile |
Moves the devcontainer/CI EigenScript source pin to v0.32.0 via EIGS_REF. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.30.0 | ||
| ARG EIGS_REF=v0.32.0 |
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.
Local preflight against a v0.32.0 worktree build:
make lint (clean) + make test (all headless tests passed), run with EIGS_DIR pinned to a v0.32.0 worktree
Also fixes ALREADY-DRIFTED prose: CLAUDE.md claimed the pin was v0.26.0 while the Dockerfile said v0.30.0. Now both read v0.32.0.
Part of the ecosystem-wide v0.30.0 -> v0.32.0 sweep. eddy went first as the canary (InauguralSystems/eddy#3, merged green — its Porcupine + Elle external oracles pass on v0.32.0).
v0.30.0 -> v0.32.0 is additive: DEFLATE builtins,
clock_unix,list_index_of/list_contains, SIGUSR1 live observer dump, LSP stdlib completion. No removals or renames in the changelog.🤖 Generated with Claude Code