Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Owns the rev derivation, the rev-keyed tools cache, the
# install, and the pins gate; conformance::_ct-tools recognizes
# the stamped install and does not repeat it.
uses: polymorph-components/polymorph-test/actions/setup@38bfedf2b989522b82ddce5320fc1557a2f61461
uses: polymorph-components/polymorph-test/actions/setup@9f9e4d544b90e3321ac0572be92c57339b963d34
with:
tools: component-test-cli

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
# against the pin.
- name: Publish the conformance matrix
if: always() && hashFiles('conformance/driver-ct/results/*.jsonl') != ''
uses: polymorph-components/polymorph-test/actions/aggregate@38bfedf2b989522b82ddce5320fc1557a2f61461
uses: polymorph-components/polymorph-test/actions/aggregate@9f9e4d544b90e3321ac0572be92c57339b963d34
with:
lock: conformance/guest-ct/tests.lock
manifest: conformance/driver-ct/targets.toml
Expand All @@ -164,7 +164,7 @@ jobs:

- name: Publish the interop conformance matrix
if: always() && hashFiles('conformance/driver-ct/results/*.jsonl') != ''
uses: polymorph-components/polymorph-test/actions/aggregate@38bfedf2b989522b82ddce5320fc1557a2f61461
uses: polymorph-components/polymorph-test/actions/aggregate@9f9e4d544b90e3321ac0572be92c57339b963d34
with:
lock: conformance/guest-pair-ct/tests.lock
manifest: conformance/driver-ct/targets-interop.toml
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ webrtc = { git = "https://github.com/lann/webrtc.git", rev = "15755c6b99458ea5a4
# cargo pins gate (conformance::_ct-tools), the JS runner-js pin gate
# (scripts/check-runner-js-pin.sh), and the actions' own ref checks fail
# on skew.
component-test-sdk = { git = "https://github.com/polymorph-components/polymorph-test", rev = "38bfedf2b989522b82ddce5320fc1557a2f61461" }
component-test-runner = { git = "https://github.com/polymorph-components/polymorph-test", rev = "38bfedf2b989522b82ddce5320fc1557a2f61461" }
component-test-formats = { git = "https://github.com/polymorph-components/polymorph-test", rev = "38bfedf2b989522b82ddce5320fc1557a2f61461" }
component-test-results = { git = "https://github.com/polymorph-components/polymorph-test", rev = "38bfedf2b989522b82ddce5320fc1557a2f61461" }
component-test-sdk = { git = "https://github.com/polymorph-components/polymorph-test", rev = "9f9e4d544b90e3321ac0572be92c57339b963d34" }
component-test-runner = { git = "https://github.com/polymorph-components/polymorph-test", rev = "9f9e4d544b90e3321ac0572be92c57339b963d34" }
component-test-formats = { git = "https://github.com/polymorph-components/polymorph-test", rev = "9f9e4d544b90e3321ac0572be92c57339b963d34" }
component-test-results = { git = "https://github.com/polymorph-components/polymorph-test", rev = "9f9e4d544b90e3321ac0572be92c57339b963d34" }
8 changes: 4 additions & 4 deletions conformance/driver-ct/polyengine/browser/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"//": "The browser-bundle import map: identical polyengine pins to ../deno.json, with the npm WebRTC backends mapped to ./stub.ts (never executed in a page; see stub.ts). polyengine ships as exact-pinned JSR prereleases; the pin gate (`just polyengine-check`) asserts one version repo-wide.",
"minimumDependencyAge": { "age": "P1D", "exclude": ["jsr:@polyengine/*"] },
"imports": {
"@polyengine/ct-runner": "jsr:@polyengine/ct-runner@0.3.0",
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@0.3.0/embedder",
"@polyengine/runtime/shim": "jsr:@polyengine/runtime@0.3.0/shim",
"@polyengine/wasi": "jsr:@polyengine/wasi@0.3.0",
"@polyengine/ct-runner": "jsr:@polyengine/ct-runner@0.4.0",
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@0.4.0/embedder",
"@polyengine/runtime/shim": "jsr:@polyengine/runtime@0.4.0/shim",
"@polyengine/wasi": "jsr:@polyengine/wasi@0.4.0",
"node-datachannel": "./stub.ts",
"node-datachannel/polyfill": "./stub.ts",
"werift": "./stub.ts"
Expand Down
36 changes: 18 additions & 18 deletions conformance/driver-ct/polyengine/browser/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions conformance/driver-ct/polyengine/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"nodeModulesDir": "auto",
"minimumDependencyAge": { "age": "P1D", "exclude": ["jsr:@polyengine/*", "npm:@jsr/*"] },
"imports": {
"@polyengine/ct-runner": "jsr:@polyengine/ct-runner@0.3.0",
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@0.3.0/embedder",
"@polyengine/runtime/shim": "jsr:@polyengine/runtime@0.3.0/shim",
"@polyengine/wasi": "jsr:@polyengine/wasi@0.3.0",
"@polyengine/translator": "jsr:@polyengine/translator@0.3.0",
"@polyengine/ct-runner": "jsr:@polyengine/ct-runner@0.4.0",
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@0.4.0/embedder",
"@polyengine/runtime/shim": "jsr:@polyengine/runtime@0.4.0/shim",
"@polyengine/wasi": "jsr:@polyengine/wasi@0.4.0",
"@polyengine/translator": "jsr:@polyengine/translator@0.4.0",
"node-datachannel": "npm:node-datachannel@0.32.3",
"node-datachannel/polyfill": "npm:node-datachannel@0.32.3/polyfill",
"werift": "npm:werift@0.22.2"
Expand Down
60 changes: 30 additions & 30 deletions conformance/driver-ct/polyengine/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions conformance/driver-ct/polyengine/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion conformance/driver-ct/polyengine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"description": "Node driver for the polyengine-browser child of rtc-ct-driver: playwright + the upstream page harness serving the deno-bundled polyengine page (polyengine-impl over the browser's RTCPeerConnection).",
"dependencies": {
"@jsr/polymorph__test": "0.2.0",
"@jsr/polymorph__test": "0.2.1",
"playwright-core": "^1.61.1"
}
}
4 changes: 2 additions & 2 deletions polyengine-impl/deno.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@polymorph/webrtc-datachannels",
"version": "0.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"exports": "./src/webrtc.ts",
"//": "MODULE-IDENTITY CONSTRAINT: polyengine's wasi module imports @polyengine/runtime/embedder by bare specifier internally. Every config in this repo (this file AND conformance/driver-ct/polyengine/deno.json AND conformance/driver-ct/polyengine/browser/deno.json) must map that specifier to the IDENTICAL exact-pinned JSR version, or the embedder module loads twice and `instanceof ComponentException` stops holding across the module boundary. polyengine ships as exact-pinned JSR releases (caret-honest upstream; per-commit `<next>-pre.g<hash>` prereleases exist between releases — the OTHER two configs still pin exactly, since they load the same on-disk polyengine module and must resolve identically; this JSR-published package instead depends on a caret range, since published dependency constraints must be ranges — the pin gate (`just polyengine-check`) asserts one RESOLVED version across all three repo deno.locks). The lock carries integrity and --frozen enforces it.",
"nodeModulesDir": "auto",
"minimumDependencyAge": { "age": "P1D", "exclude": ["jsr:@polyengine/*"] },
"imports": {
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@^0.3.0/embedder",
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@^0.4.0/embedder",
"node-datachannel": "npm:node-datachannel@0.32.3",
"node-datachannel/polyfill": "npm:node-datachannel@0.32.3/polyfill",
"werift": "npm:werift@0.22.2"
Expand Down
Loading
Loading