Skip to content

fix(v1.0.1): correct SCRY_VERSION self-report 0.9.0 → 1.0.1#26

Merged
avrabe merged 1 commit into
mainfrom
fix-v1.0.1-version
May 30, 2026
Merged

fix(v1.0.1): correct SCRY_VERSION self-report 0.9.0 → 1.0.1#26
avrabe merged 1 commit into
mainfrom
fix-v1.0.1-version

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented May 30, 2026

v1.0.1 — patch: correct SCRY_VERSION self-report

The analyze() diagnostic banner ("scry <version> — wasm-lattice
cross-component import alive") hard-codes SCRY_VERSION, which was left
at "0.9.0" when v1.0.0 shipped — the version-bump edit did not land in
the v1.0.0 PR (#25).

Impact: the constant feeds only an Info-level diagnostic string. No
soundness, invariant, or analysis behaviour was affected, and the v1.0.0
artifact is otherwise correct. But a v1.0.0 component that self-reports
0.9.0 is the kind of provenance mismatch scry exists to catch, so this
patch corrects it to "1.0.1".

Falsifiable kill-criterion: the SCRY_VERSION constant and the
release tag agree. Verified locally: bazel build //:scry green +
wasm-tools validate ok.

🤖 Generated with Claude Code

The analyze() diagnostic banner hard-codes SCRY_VERSION, which was left
at "0.9.0" when v1.0.0 shipped — the version-bump edit did not land in
the v1.0.0 PR (#25). The constant feeds only an Info-level diagnostic
string ("scry <version> — wasm-lattice cross-component import alive"); no
soundness, invariant, or analysis behaviour was affected and the v1.0.0
artifact is otherwise correct. But a v1.0.0 component that self-reports
0.9.0 is exactly the provenance mismatch scry exists to catch, so this
patch corrects it.

Verified: bazel build //:scry green + wasm-tools validate ok.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@avrabe avrabe merged commit 4b68604 into main May 30, 2026
7 of 8 checks passed
@avrabe avrabe deleted the fix-v1.0.1-version branch May 30, 2026 04:19
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.

1 participant