From 307ef8e6284cbe22828901d1428d38129bfe915f Mon Sep 17 00:00:00 2001 From: InauguralPhysicist Date: Tue, 4 Aug 2026 02:53:26 -0500 Subject: [PATCH] bump: EigenScript pin v0.35.2 -> v0.36.0 Co-Authored-By: Claude Fable 5 --- .github/workflows/ci.yml | 2 +- CLAUDE.md | 4 ++-- GAPS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e74aad..5b73c88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Build EigenScript run: | - git clone --branch v0.35.2 --depth 1 https://github.com/InauguralSystems/EigenScript.git /tmp/eigenscript + git clone --branch v0.36.0 --depth 1 https://github.com/InauguralSystems/EigenScript.git /tmp/eigenscript cd /tmp/eigenscript && make build echo "/tmp/eigenscript/src" >> $GITHUB_PATH diff --git a/CLAUDE.md b/CLAUDE.md index 9fc8ade..3b0e8f9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,7 +32,7 @@ Minimum is **v0.11.8** — the earliest release that runs the CDCL suite green. The floor is set by a v0.11.x VM fix, not by stdlib integer vectors (those shipped in v0.11.2, but that release still crashes the CDCL path). -CI builds and tests against EigenScript **v0.35.2** (pinned in +CI builds and tests against EigenScript **v0.36.0** (pinned in `.github/workflows/ci.yml`): the correctness suite is green — all `test_solver.eigs` assertions and the full `run_smoke.sh` pass. The `Inline tiny accessors in CDCL hot path` commit captures the hoist @@ -245,7 +245,7 @@ Latest commits are the budgeted, resumable CDCL sessions (the one-shot solve is re-derived from them), landed via PR #56. The benchmark surface is mature — most current work is data-driven decisions out of `docs/EIGENSCRIPT_FEEDBACK.md`. Verified green on -EigenScript v0.35.2 (correctness suite only; not an `n=5` perf claim). +EigenScript v0.36.0 (correctness suite only; not an `n=5` perf claim). ## Gotchas diff --git a/GAPS.md b/GAPS.md index fdb6e12..cccb19c 100644 --- a/GAPS.md +++ b/GAPS.md @@ -13,7 +13,7 @@ Root EigenScript issues should be fixed upstream instead of worked around here. run. Soundness is unaffected — conflicts are re-verified and drat-trim accepts the refutations — but banked counters measure "solver + periodic loop truncation", deterministically per runtime version. **#772 shipped in - EigenScript v0.34.0 (PR #773); the CI pin is now v0.35.2. RE-BANK DONE + EigenScript v0.34.0 (PR #773); the CI pin is now v0.36.0. RE-BANK DONE (2026-07-31): 3x3 and 4x4 on the released v0.34.0 are byte-identical to the post-clause_locked bank** — the stepped `cdcl_begin`/`cdcl_step` harness resets the old cap's per-frame counter every 300-conflict step, so