chore(release): bump to v0.30.0 (#321 — reflection generator) - #340
Merged
Conversation
Reflection generator closes #321: scheduling_verified.rs is now GENERATED from the machine-checked Lean recurrence definitions — `lake exe codegen` reflects the elaborated `Expr` of interference/rta_step (+ jittered/ blocking variants) into Rust, and a byte-diff gate in proofs.yml fails on drift. All recurrence arithmetic (including the jittered+blocking step spar runs) is reflected; the leaf ceil_div, summation folds, and fixed-point drivers are the named, theorem-justified, conformance-tested trusted base. Clean-room confirmed closure via a mutation test (change the Lean def → the emitted Rust changes). REQ-PROOF-SCHED-CODEGEN-001 verified. - workspace + all spar-* crates 0.29.0 -> 0.30.0 - vscode-spar extension 0.29.0 -> 0.30.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.
Release v0.30.0 — reflection generator closes #321 (landed in #336).
lake exe codegenGENERATEScrates/spar-analysis/src/scheduling_verified.rsby reflecting the elaborated LeanExprof the recurrence definitions (RTACore.lean+RTAJitteredCore.lean). A byte-diff gate inproofs.ymlfails on drift. All recurrence arithmetic — including the jittered+blocking step spar actually runs — is reflected; the leafceil_div, the summation folds, and the fixed-point drivers are the named, theorem-justified, conformance-tested trusted base. Clean-room verified closure via a mutation test.spar-*crates 0.29.0 → 0.30.0REQ-PROOF-SCHED-CODEGEN-001verified, release v0.30.0🤖 Generated with Claude Code