Bump component-test to 76c0945; adopt the setup action and shared glue - #346
Merged
Conversation
The pin moves via `component-test pins bump` (AGENTS.md's bump procedure now names it). Upstream absorption applied on top (polymorph-test#56/#57/#58): - CI: the ct-rev output step and the hand-rolled tools cache move into polymorph-test/actions/setup (stamp-compatible with _ct-tools, which stays untouched — it already had the stamp-and-skip shape); the aggregate ref grep guard is replaced by the actions' cargo-lock ref checks on both aggregate invocations. - The conformance jco tree's transpile scripts and the viewer-staging transpile call the component-test-jco-transpile bin; the runners drop their local suite.replaceAll normalization (envelope now owns the lockfile-identity rule). The other jco-transpile.mjs consumers (jco-demo, jco types, WPT parity) keep the in-repo wrapper until the #345 jco modernization touches those trees; the script stays until then. Verified: CONFORMANCE_BROWSER=1 conformance-ct::all green (4 targets, 76360 results + signing 2316, both committed matrices unchanged).
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, which the AGENTS.md bump procedure now documents):polymorph-test/actions/setup@<pin>owns rev derivation + rev-keyed tools cache + install + pins gate; thect-revstep, the hand-rolled cache stanza, and the aggregate ref grep guard are deleted (both aggregate invocations now passcargo-lock:and police their own refs)._ct-toolsis untouched — it already had the stamp-and-skip shape the action composes with.component-test-jco-transpilebin;runner.mjs/run-browser.mjsdrop the localsuite.replaceAll("-","_")(the envelope owns the lockfile-identity rule upstream).scripts/jco-transpile.mjsconsumers (jco-demo,jco types, WPT parity ×2) convert when jco leg is a toolchain generation behind the siblings (registry jco-transpile ^0.5.2, transpile-time --map wiring, floating shim pins) #345's jco modernization touches those trees; the in-repo wrapper survives until then rather than growing three new npm deps in a bump PR.Verified locally with the browser leg:
CONFORMANCE_BROWSER=1 just conformance-ct::all+matrix-check— 4 targets, 76,360 results + 2,316 signing, 0 failing, committed matrices unchanged.