polyengine 0.3.0 (the deltic rename); @polymorph/websocket 0.3.0 - #58
Merged
Conversation
The engine renamed deltic -> polyengine (@deltic/* -> @polyengine/* on JSR) and cut 0.3.0; the runner core @polymorph/test cut 0.2.0 with its exports renamed to match. Full rename here: js/deltic -> js/polyengine, conformance/driver-ct/deltic -> polyengine, examples/deltic-demo -> polyengine-demo, the wpt parity carrier/stub files, justfile targets (exam-polyengine, polyengine-module-check), driver ids polyengine-deno/ polyengine-browser, and the extract script + its artifact name. Brand strings follow upstream: polyengine.witError/1, polyengine.stream/1. Pins: exact jsr:@polyengine/*@0.3.0 in the conformance config, caret ^0.3.0 in the published package (bumped 0.2.0 -> 0.3.0); @polymorph/test@0.2.0/polyengine-worker-main; locks regenerated. The Rust component-test-* pins bump to 38bfedf2 (the @polymorph/test 0.2.0 release rev) per the bump-together contract, with ci.yml action refs. Gates: exam-polyengine, runner-js-pin-check, polyengine-module-check (14/14), conformance run-polyengine/run-wasmtime/run-composed (55/55 each), lock-check, wpt parity, both demos, gha::rust-checks — green locally; browser legs to 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.
Coordinated consumer update for the engine's deltic -> polyengine rename and 0.3.0 cut, plus @polymorph/test 0.2.0. Full local rename (dirs, driver ids, justfile targets, brand strings), pins to exact @polyengine/@0.3.0 / caret ^0.3.0 in the published package, locks regenerated, component-test- Rust pins to the 0.2.0 release rev per the bump-together contract. @polymorph/websocket bumps 0.2.0 -> 0.3.0 (breaking: engine scope swap). Local gates green incl. all non-browser conformance legs (55/55); browser legs ride CI.