chore(release): v0.12.0 — DWARF source-line debugging (VCR-DBG-001, #242) - #440
Merged
Conversation
, #394) First release of the north-star verified-codegen campaign. Pin sweep 0.11.51 -> 0.12.0 (workspace + all path-dep versions + MODULE.bazel + Cargo.lock), CHANGELOG, and VCR-DBG-001 roadmap status -> implemented. Ships: - VCR-DBG-001 `--debug-line` DWARF emission (PR A #427 / B #429 / C #430): debugger-readable .debug_* mapping ARM .text -> wasm source lines, with .rel.debug_* relocations verified end-to-end against arm-none-eabi-ld. Purely additive; default build bit-identical. - VCR-MEM-001 layer-2 frozen-safe budget decision logic + oracles (#421-#425). - gimli 0.33 adaptation (#439) + wast 252 (#438). Minor bump: new user-facing `--debug-line` feature (semver-correct). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
v0.12.0 — Release 1 of the north-star verified-codegen campaign
First release of the VCR-* program (epic #242). Headline:
synth compile --debug-lineemits debugger-readable DWARF mapping ARM.text→ wasm source lines.Ships
--debug-lineDWARF (PR A feat(dwarf): capture per-instruction machine-offset → wasm-op source map (VCR-DBG-001, #242) #427 / B feat(dwarf): emit DWARF debug sections behind --debug-line (VCR-DBG-001, #242, #394) #429 / C feat(dwarf): emit .rel.debug_* so a linker fixes up DWARF .text addresses (VCR-DBG-001 PR C, #394) #430):.debug_info/.debug_abbrev/.debug_str/.debug_linewith.rel.debug_*relocations, verified end-to-end against a realarm-none-eabi-ldlink (readelf --debug-dump=decodedline→ correct lines). Purely additive — default build bit-identical; status →implemented.Release mechanics
MODULE.bazel+Cargo.lock.MODULE.bazel.lockregenerated (syncs the bazel lock to the gimli/scry/wast bumps already inCargo.lock+ the version bump) — localbazel build //crates:synthgreen.Minor bump: new user-facing
--debug-linefeature (semver-correct).Verified locally
cargo build --workspace --exclude synth-verify✅ · all DWARF oracles + step-4 roundtrip ✅ · clippy--all-targetsclean ✅ · fmt ✅ · rivet non-xref = 0 ✅ ·bazel build //crates:synth✅🤖 Generated with Claude Code