polyengine 0.3.0 (the deltic rename); runner core 0.2.0 - #49
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 (npm- compat @jsr/polymorph__test, package dir runner-polyengine/). Full rename here: conformance/driver-ct/deltic -> polyengine, justfile recipes (run-polyengine etc.), driver ids polyengine-deno/-delegated/ -browser, matrix.md, and the browser worker's physical package path. Pins: exact jsr:@polyengine/*@0.3.0; @jsr/polymorph__test@0.2.0; both locks regenerated. The Rust component-test-sdk pin bumps to 38bfedf2 (the 0.2.0 release rev) per the bump-together contract, with ci.yml action refs. minimumDependencyAge's exclude gains npm:@jsr/polymorph__* — the npm-compat form of the coordinated runner package skips the freshness gate like its jsr: form always has. Gates: deno check --frozen, both pin gates, both Deno conformance legs (suite-plain 5 pass/2 n/a, suite-delegated 6 pass/1 n/a), cargo check/test — green locally; the browser leg rides 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 (driver dir/ids, recipes, matrix), pins to exact @polyengine/*@0.3.0 and @jsr/polymorph__test@0.2.0 with locks regenerated, component-test-sdk Rust pin to the 0.2.0 release rev per the bump-together contract, and a minimumDependencyAge exclude for the npm-compat runner form (it publishes coordinated with this repo, same rationale as the existing jsr: excludes). Conformance-only repo — no package release. Local gates green incl. both Deno legs; browser leg rides CI.