From d2c45954094d2f3c1dd4e4d3a7af6b2780a41280 Mon Sep 17 00:00:00 2001 From: InauguralPhysicist Date: Fri, 24 Jul 2026 19:27:51 -0500 Subject: [PATCH] Bump EigenScript pin v0.30.0 -> v0.32.0 Local preflight against a v0.32.0 worktree build: tests/test_cpu.eigs + tests/test_memory.eigs green (all CPU tests passed; all memory tests passed) Also updates CLAUDE.md's current-tested-release line (the v0.13.0 minimum is unchanged). Co-Authored-By: Claude Opus 5 (1M context) --- .devcontainer/Dockerfile | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0588d4a..bade02e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update \ # Full EigenScript source at the pinned tag; build the gfx variant (SDL2 is # dlopen'd, so building needs no -dev headers). stdlib resolves at ../lib. -ARG EIGS_REF=v0.30.0 +ARG EIGS_REF=v0.32.0 RUN git clone --depth 1 --branch "${EIGS_REF}" \ https://github.com/InauguralSystems/EigenScript.git /opt/eigenscript \ && make -C /opt/eigenscript gfx CC=gcc diff --git a/CLAUDE.md b/CLAUDE.md index 3adf933..c381851 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -23,7 +23,7 @@ and Tidepool. ## Toolchain -EigenScript is **not** vendored. Pin **v0.13.0 minimum**; **v0.30.0** +EigenScript is **not** vendored. Pin **v0.13.0 minimum**; **v0.32.0** is the current tested release (`.devcontainer/Dockerfile` `EIGS_REF`). Two binaries matter: