Conversation
Trio runtime fixtures now pass — `resource_floats`, `resource_with_lists`, and `resource-import-and-export` execute correctly under wasmtime as runtime tests (#75 closed). Builds on path B + alias-fallback (#108) and the per-component-handle-table bridging work (#109). New CHANGELOG.md documents the user-visible changes and internal fixes landing in 0.3.0. NOTE: blocked on #108 and #109 merging to main first. Rebase this branch onto post-merge main before tagging.
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 the workspace from
0.2.0→0.3.0and adds a CHANGELOG.md entry for the trio runtime + Mythos fixes that landed in #108 and #109.Status
0551c068d7fb8fmain; this PR now shows ONLY the version bump and CHANGELOG.md (one commit, 3 files:Cargo.toml,Cargo.lock,CHANGELOG.md).merger.rs,parser.rs; Tier-4:adapter/fact.rs,adapter/mod.rs,resolver.rs). 2 confirmed findings (LS-P-4: canonical-ABI overflow; LS-A-8: inner-list rep_func selection) — both fixed in feat(option-A): per-component handle tables + bridging (3/3 trio passes) #109 (commitf0e981b) and approved insafety/stpa/loss-scenarios.yaml.What's in 0.3.0
Added
resource_floats,resource_with_lists,resource-import-and-export--opaque-repCLI flagFixed (highlights)
callee.ht_new)ht_dropdtor recursion in re-exportersfixed-length-listrep_funcselection for inner-listborrow<T>(was HashMap-arbitrary)See
CHANGELOG.mdfor the full list.Test plan
cargo test --release— all suites green (177 lib tests + 73 wit-bindgen runtime + integration)v0.3.0after mergeBranch
release/v0.3.0head831fd4f— 1 commit on top ofmain.