chore(release): bump to v0.28.0 (#331)#333
Merged
Merged
Conversation
ARINC-653 partition-supply-derived inner RTA — inner threads bound under a virtual processor Γ=(Π,Θ) now get a per-task worst-case response-time bound against the partition supply (not wall-clock), reusing the Lean-verified jittered+blocking recurrence: supply-derived jitter J=2(Π−Θ), cooperative non-preemptive blocking, and a demand-vs-supply fallback with hard Error on unschedulable/ill-formed sets. Golden Γ=(1000µs,300µs) → 1520/1570/1570 µs. Lean floor (ArincSupply.lean, 0 sorry): blocking folds into jitter → convergence transfers; lsbf monotone + conditional fallback soundness under an explicit SupplyGuarantee hypothesis (REQ-RTA-ARINC-SUPPLY-001, verified). - workspace + all spar-* crates 0.27.0 -> 0.28.0 - vscode-spar extension 0.27.0 -> 0.28.0 - REQ-RTA-ARINC-SUPPLY-001 status: implemented -> verified, release: v0.28.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.28.0 — ARINC-653 partition-supply-derived inner RTA (
REQ-RTA-ARINC-SUPPLY-001, closes #331, landed in #332).Inner threads bound under a virtual processor
Γ=(Π,Θ)now receive a per-task worst-case response-time bound analyzed against the partition supply, not wall-clock — reusing the Lean-verified jittered+blocking recurrence unchanged. Supply-derived jitterJ=2(Π−Θ), cooperative non-preemptive blocking, and a demand-vs-supply fallback that hard-errors on unschedulable/ill-formed sets. GoldenΓ=(1000µs,300µs)→ 1520/1570/1570 µs (w-form). Lean floor (ArincSupply.lean, 0sorry, CI-verified): blocking folds into jitter so convergence transfers;lsbfmonotone + conditional fallback soundness under an explicitSupplyGuaranteehypothesis (PROVEN vs ASSUMED stated precisely).spar-*crates 0.27.0 → 0.28.0REQ-RTA-ARINC-SUPPLY-001status: implemented → verified, release: v0.28.0🤖 Generated with Claude Code