chore: release v0.6.0#132
Merged
Merged
Conversation
Closes 3 issues (and supersedes #94's deferred-work ticket): - #120 — P3 async lowering pass: rewrites canon stream/future built-ins into pulseengine:async imports. - #121 — closed AbiError enum + typed result decoders + ADR-2 for the pulseengine:async ABI's error/backpressure conventions. - #122 — async-export callback trampoline alignment: stable event-code and callback-code constants exposed in meld_core::p3_async. Pre-release Mythos delta pass on adapter/fact.rs found 1 confirmed finding (LS-A-9 — async callback POLL falling through to YIELD path, silently dropping host-ready events). Fix shipped in this commit: trampoline now dispatches [waitable-set-poll] on `code == WAIT || code == POLL` instead of WAIT only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Bumps
0.5.0→0.6.0. Closes the P3 async deferred-work trio (#120, #121, #122) and ships a Mythos-discovered fix (LS-A-9).What's in 0.6.0
3 issues closed plus 1 pre-release fix.
Added
(canon stream.*)/(canon future.*)→pulseengine:async/*imports.AbiError+ typed result decoders (P3 async: error and backpressure conventions for pulseengine:async ABI (sub-#94) #121 / feat: P3 async error / backpressure conventions for pulseengine:async ABI (closes #121) #127): closed enum, partial-write semantics doc,[waitable-set-wait]interaction. ADR-2 lands.Fixed
callback::POLLwas dispatched as YIELD, silently dropping host-ready events. Trampoline now branches onWAIT || POLL.Safety / STPA
Pre-release Mythos pass
Tier-5 + tier-4 files changed since v0.5.0:
adapter/fact.rsonly (+62 LOC). Scanned; 1 confirmed finding (LS-A-9, fixed here). Pattern parallels v0.3.0 and v0.4.0.Test plan
cargo test --release— greencargo clippy --all-targets -- -D warningscleancargo fmt --checkcleanv0.6.0after mergeBranch
release/v0.6.0headf477998— 1 commit on top ofmain.