Bump component-test to 76c0945; adopt the upstream consumer glue - #37
Merged
Conversation
The pin moves via `component-test pins bump`. Upstream absorption applied on top (polymorph-test#56/#57/#58): - scripts/jco-transpile.mjs is deleted: both consumers — the conformance jco leg and the WPT parity tree — call the component-test-jco-transpile bin, and the parity package now pins @polymorph/component-test-js itself (its lockfile joins the pins gate and _ct-tools' checks). - harness.mjs's import binding delegates to the upstream ./imports export; the browser page's import map gains the new specifier. - _ct-tools converges on the canonical recipe (stamp + skip), so the setup action's install is recognized instead of repeated. - CI: the aggregate ref grep guard is replaced by the actions' own Cargo.lock ref checks; polymorph-test/actions/setup owns the rev derivation, tools cache, install, and pins gate. Verified: conformance-ct::all green including the jco-browser leg (220 results, 4 targets, matrix unchanged), wpt::parity green through the new bin, check-js and jco-pin-check green.
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.
Routine pin bump carrying the upstream consumer-boilerplate absorption (polymorph-test#56/#57/#58; moved with
pins bump):scripts/jco-transpile.mjsdeleted; the conformance jco leg and the WPT parity tree both run thecomponent-test-jco-transpilebin. The parity package now carries its own@polymorph/component-test-jspin, so its lockfile joins the one-rev-everywhere gate (9 pins total).harness.mjsdelegates to the upstream./importsexport (SUT + env + shim namespaces); the browser page's import map gains the/importsspecifier._ct-tools: converged on the canonical recipe fromactions/README.md(stamp + skip) — the setup action's install is recognized, not repeated.polymorph-test/actions/setup@<pin>owns rev derivation + tools cache + install + pins gate (both JS lockfiles declared); the hand-rolled aggregate ref grep guard is deleted in favor of the actions'cargo-lockref checks.Verified locally:
conformance-ct::allgreen including the browser leg (4 targets, 220 results, 0 failing; committed matrix unchanged),wpt::paritygreen through the new bin (50/50 round trip),check-js,jco-pin-check.