chore: release v3.9.0 #2935
ci.yml
on: pull_request
Matrix: test
Lint
6m 41s
TypeScript type check
6m 39s
Security audit
7m 13s
Verify dynamic imports
8s
Rust compile check
47s
CI Testing Pipeline
2s
Annotations
19 errors
|
Test Node 22 (ubuntu-latest)
Process completed with exit code 1.
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > reverse-dep cascade rebuilds importers edges:
tests/integration/scoped-rebuild.test.ts#L126
AssertionError: expected 14 to be greater than or equal to 34
❯ tests/integration/scoped-rebuild.test.ts:126:24
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > scoped rebuild with deleted file purges it from graph:
tests/integration/scoped-rebuild.test.ts#L102
AssertionError: expected 2 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 2
❯ tests/integration/scoped-rebuild.test.ts:102:24
|
|
tests/integration/incremental-parity.test.ts > Incremental build parity: full vs incremental > preserves dataflow edges for changed file (#468):
tests/integration/incremental-parity.test.ts#L168
AssertionError: expected 6 to be 3 // Object.is equality
- Expected
+ Received
- 3
+ 6
❯ tests/integration/incremental-parity.test.ts:168:42
|
|
tests/integration/incremental-edge-parity.test.ts > Incremental edge parity (CI gate) > file deletion > node count matches:
tests/integration/incremental-edge-parity.test.ts#L239
AssertionError: expected 22 to be 11 // Object.is equality
- Expected
+ Received
- 11
+ 22
❯ tests/integration/incremental-edge-parity.test.ts:239:39
|
|
Test Node 22 (macos-latest)
Process completed with exit code 1.
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > reverse-dep cascade rebuilds importers edges:
tests/integration/scoped-rebuild.test.ts#L126
AssertionError: expected 14 to be greater than or equal to 34
❯ tests/integration/scoped-rebuild.test.ts:126:24
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > scoped rebuild with deleted file purges it from graph:
tests/integration/scoped-rebuild.test.ts#L102
AssertionError: expected 2 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 2
❯ tests/integration/scoped-rebuild.test.ts:102:24
|
|
tests/integration/incremental-parity.test.ts > Incremental build parity: full vs incremental > preserves dataflow edges for changed file (#468):
tests/integration/incremental-parity.test.ts#L168
AssertionError: expected 6 to be 3 // Object.is equality
- Expected
+ Received
- 3
+ 6
❯ tests/integration/incremental-parity.test.ts:168:42
|
|
tests/integration/incremental-edge-parity.test.ts > Incremental edge parity (CI gate) > file deletion > node count matches:
tests/integration/incremental-edge-parity.test.ts#L239
AssertionError: expected 22 to be 11 // Object.is equality
- Expected
+ Received
- 11
+ 22
❯ tests/integration/incremental-edge-parity.test.ts:239:39
|
|
Test Node 22 (windows-latest)
Process completed with exit code 1.
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > reverse-dep cascade rebuilds importers edges:
tests/integration/scoped-rebuild.test.ts#L126
AssertionError: expected 14 to be greater than or equal to 34
❯ tests/integration/scoped-rebuild.test.ts:126:24
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > scoped rebuild with deleted file purges it from graph:
tests/integration/scoped-rebuild.test.ts#L102
AssertionError: expected 2 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 2
❯ tests/integration/scoped-rebuild.test.ts:102:24
|
|
tests/integration/incremental-parity.test.ts > Incremental build parity: structural change (add/remove call) > produces identical edges after structural change:
tests/integration/incremental-parity.test.ts#L238
AssertionError: expected [ { source_name: 'a', …(2) }, …(19) ] to deeply equal [ { source_name: 'a', …(2) }, …(20) ]
- Expected
+ Received
@@ -28,15 +28,10 @@
"kind": "imports",
"source_name": "app.js",
"target_name": "src/index.js",
},
{
- "kind": "imports",
- "source_name": "app.js",
- "target_name": "src/math.js",
- },
- {
"kind": "parameter_of",
"source_name": "b",
"target_name": "add",
},
{
❯ tests/integration/incremental-parity.test.ts:238:29
|
|
tests/integration/incremental-parity.test.ts > Incremental build parity: full vs incremental > preserves dataflow edges for changed file (#468):
tests/integration/incremental-parity.test.ts#L168
AssertionError: expected 6 to be 3 // Object.is equality
- Expected
+ Received
- 3
+ 6
❯ tests/integration/incremental-parity.test.ts:168:42
|
|
tests/integration/incremental-parity.test.ts > Incremental build parity: full vs incremental > produces identical edges:
tests/integration/incremental-parity.test.ts#L147
AssertionError: expected [ { source_name: 'a', …(2) }, …(20) ] to deeply equal [ { source_name: 'a', …(2) }, …(21) ]
- Expected
+ Received
@@ -28,15 +28,10 @@
"kind": "imports",
"source_name": "app.js",
"target_name": "src/index.js",
},
{
- "kind": "imports",
- "source_name": "app.js",
- "target_name": "src/math.js",
- },
- {
"kind": "parameter_of",
"source_name": "b",
"target_name": "add",
},
{
❯ tests/integration/incremental-parity.test.ts:147:29
|
|
tests/integration/incremental-parity.test.ts > Incremental build parity: full vs incremental > produces the same edge count:
tests/integration/incremental-parity.test.ts#L135
AssertionError: expected 21 to be 22 // Object.is equality
- Expected
+ Received
- 22
+ 21
❯ tests/integration/incremental-parity.test.ts:135:36
|
|
tests/integration/incremental-edge-parity.test.ts > Incremental edge parity (CI gate) > file deletion > node count matches:
tests/integration/incremental-edge-parity.test.ts#L239
AssertionError: expected 22 to be 11 // Object.is equality
- Expected
+ Received
- 11
+ 22
❯ tests/integration/incremental-edge-parity.test.ts:239:39
|
|
CI Testing Pipeline
Process completed with exit code 1.
|