chore(release): v0.40.0 - #433
Merged
Merged
Conversation
Version bump for v0.40.0. Feature landed in #432 — mechanises self-test potency with a declared-mutant harness (closes #405). Cargo.toml / Cargo.lock (23 workspace crates) / vscode-spar/package.json 0.39.0 -> 0.40.0; REQ-GUARD-SELFTEST-POTENCY-001 promoted to verified (release v0.40.0). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rivet verification gate✅ 20/20 passed
Filter: Failed artifacts(none) Updated automatically by |
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.
Version bump for v0.40.0. The feature landed in #432 —
tools/check_self_test_potency.py, a declared-mutant harness that mechanises self-test potency (closes #405).What this PR does (bump only, no behaviour change)
[workspace.package] versioninCargo.toml,Cargo.lock(23 workspace crates viacargo update --workspace), andvscode-spar/package.json:0.39.0→0.40.0.REQ-GUARD-SELFTEST-POTENCY-001promotedimplemented→verified(releasev0.40.0).Context
#432 replaced the false prose universal REQ-GUARD-GATE-EVIDENCE-002 once made ("each was mutation-tested…", self-reported and withdrawn in #405) with a standing, CI-gated oracle: for each declared mutant it applies the source substitution, runs the target tool's
--self-test, and asserts it now FAILS (CAUGHT); a survivor reds the build. Seeded with four mutants across the two tools #405 falsified (including the exact two it demonstrated), all CAUGHT; non-vacuity is executed via a potent/blind stub pair and per-mutant case-removal.Cargo.lockdiff is exactly the 23 workspace-crate version lines — no dependency churn.🤖 Generated with Claude Code
Generated by Claude Code