conformance/js: consume @polymorph/test from JSR, retiring the npm-git pin - #46
Merged
Conversation
…the npm-git pin The deltic driver's npm tree depends on @jsr/polymorph__test@0.1.1 (jsr:@polymorph/test via JSR's npm-compat registry, routed by .npmrc) instead of the npm-git @polymorph/component-test-js pin; imports use the @jsr name and the harness-mount worker URL follows the package's real layout (the module root is the old facade's js/ subtree; needs polymorph-test 0.1.1's layout-agnostic browser-driver). The cargo side keeps its rev pin (the v0.1.0 release commit; the Rust crates are unchanged in 0.1.1 — the within-minor caret contract at work). The pins gate drops its js-lock leg; runner-js-pin-check asserts one JS-runner version across package-lock.json and the deltic deno.lock, wired into the conformance CI job. Bump procedure: the root Cargo.toml comment. Gates: conformance with browser rows — 7 targets / 42 results / 0 failing, matrix diff-clean; runner-js pin gate green and negative-tested; just 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.
Same migration as webcrypto#385: the deltic driver consumes jsr:@polymorph/test@0.1.1 via the npm-compat registry (
.npmrc+@jsr/polymorph__testdep), mount paths follow the 0.1.1 layout. Cargo side keeps its rev pin at the v0.1.0 commit (Rust unchanged in 0.1.1 — the within-minor caret contract at work).pinsdrops its js-lock leg; newrunner-js-pin-check(negative-tested) wired into CI.Gates (local, browser rows included): conformance 7 targets / 42 results / 0 failing, matrix diff-clean;
just checkgreen.