polyengine 0.3.0 (the deltic rename); @polymorph/webcrypto 0.3.0 - #388
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, justfile targets, driver ids polyengine-deno/polyengine-browser across targets*.toml, matrix docs and compat/registry.toml keys, and the extract script's artifact name. Pins: exact jsr:@polyengine/*@0.3.0 (conformance), caret ^0.3.0 in the published package (bumped 0.2.0 -> 0.3.0); @polymorph/test@0.2.0 via jsr and @jsr/polymorph__test@0.2.0 across the npm-compat trees; all locks regenerated. The Rust component-test pins bump to 38bfedf2 (the 0.2.0 release rev) per the bump-together contract, with ci.yml action refs. conformance-ct::_viewer-prepared drops the long-retired fetch script for the checkout's own `just polyengine-assets` (the successor mechanism upstream adopted before v0.1.0 — the old path was dead at every rev this repo has pinned since). Gates: js package check + tests (17/17), driver-ct check, polyengine-pin-check, runner-js-pin-check, conformance-ct build + lock-check + run-polyengine (expected-fail counts exactly per targets*.toml), just check — green locally; browser legs to CI.
The aggregate sorts columns and notes by target id; polyengine-* sorts after jco-* where deltic-* sorted before. Regenerated from the CI run's own result artifacts (just gha::update-matrices-from-ci 32548373731); matrix-check and compat-check --require-all pass locally, and the cell/count multiset is byte-identical either side of the reorder.
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/target ids, registry keys), pins to exact @polyengine/*@0.3.0 / caret ^0.3.0 in the published package, all deno+npm locks regenerated, component-test Rust pins to the 0.2.0 release rev per the bump-together contract, and a fix for the long-dead _viewer-prepared fetch path (now uses the checkout's own polyengine-assets recipe). @polymorph/webcrypto bumps 0.2.0 -> 0.3.0 (breaking: engine scope swap). Local gates green; browser legs ride CI.