releases: caret-honest 0.1.0 regime; polymorph-test + deltic pins to v0.1.0 - #383
Merged
Conversation
…o the v0.1.0 releases The polymorph family now cuts caret-honest releases (deltic's scheme): everything stays 0.x/unstable, but within a minor line releases stay backward-compatible and anything breaking bumps the minor. README "Releases" states the policy; this repo is tagged v0.1.0 at this commit's merge. polymorph-test: pin 4ce2a7a -> b4444a25 (the v0.1.0 release commit) via `component-test pins bump` — Cargo.toml, the five package.json pins, the ci.yml action refs, and the regenerated lockfiles. deltic: JSR pin 0.1.0-pre.ga2f84a5 -> 0.1.0 (the first non-pre deltic release). Upstream renamed @deltic/wasi-shims -> @deltic/wasi and wasiShims()/WasiShims/WasiShimsOptions -> wasi()/WasiImports/ WasiOptions; the driver, bundle re-exports, and doc mentions follow. The two bumps are coupled: the browser leg feeds this repo's deltic bundle to component-test-js's engine, which now calls deltic.wasi(). js/deltic manifest version 0.0.0 -> 0.1.0 (lockstep with the tag). Gates: just check, deltic-module-check, conformance-ct::all (wasmtime, composed, deltic-deno, jco-node; 0 failing) — browser legs gate in CI.
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.
Phase 2 of the polymorph-wide v0.1.0 rollout (topological order; polymorph-test released first as v0.1.0).
component-test pins bump: Cargo.toml, five package.json pins, ci.yml action refs, lockfiles regenerated.@deltic/wasi-shims→@deltic/wasirename (wasiShims()→wasi(), types renamed); driver, bundle re-exports, and doc mentions follow. The two pin bumps are coupled — the browser leg hands this repo's deltic bundle to component-test-js's engine, which now callsdeltic.wasi()— so they land together.js/delticmanifest version 0.0.0 → 0.1.0 (lockstep with the repo tag).Gates run locally:
just check,just deltic-module-check,just conformance-ct::all— wasmtime-rustcrypto, composed, deltic-deno, jco-node: 2316 results, 0 failing (84 expected-fail). Browser legs (deltic-browser, jco-browser/firefox/webkit) gate in CI (no runnable Chrome on the local arm64 box).After merge: tag the merge commit
v0.1.0+ GitHub release; then tls (which also bumps its vendored-webcrypto pin), websocket, webrtc-datachannels, iroh follow.