chore: release v3.9.2 #3126
ci.yml
on: pull_request
Matrix: test
Lint
6m 4s
TypeScript type check
7m 3s
Security audit
7m 1s
Verify dynamic imports
5s
Rust compile check
51s
CI Testing Pipeline
3s
Annotations
31 errors
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > noReverseDeps: true skips the cascade:
tests/integration/scoped-rebuild.test.ts#L144
AssertionError: expected 0 to be greater than 0
❯ tests/integration/scoped-rebuild.test.ts:144:24
|
|
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 35
❯ 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#L104
AssertionError: expected +0 to be 9 // Object.is equality
- Expected
+ Received
- 9
+ 0
❯ tests/integration/scoped-rebuild.test.ts:104:23
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > scoped rebuild updates only targeted file, preserves others:
tests/integration/scoped-rebuild.test.ts#L74
AssertionError: expected +0 to be 10 // Object.is equality
- Expected
+ Received
- 10
+ 0
❯ tests/integration/scoped-rebuild.test.ts:74:29
|
|
tests/integration/build.test.ts > version/engine mismatch auto-promotes to full rebuild > build_meta reflects actual engine and version after build (#751):
tests/integration/build.test.ts#L503
AssertionError: expected '3.9.1' to be '3.9.2' // Object.is equality
Expected: "3.9.2"
Received: "3.9.1"
❯ tests/integration/build.test.ts:503:33
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild with corrupt journal falls back to Tier 1:
tests/integration/build.test.ts#L359
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'No changes detected'
- Expected
+ Received
- No changes detected
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 19 nodes, 37 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+
❯ tests/integration/build.test.ts:359:20
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild with valid journal uses Tier 0:
tests/integration/build.test.ts#L254
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'Incremental: 1 changed'
- Expected
+ Received
- Incremental: 1 changed
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 20 nodes, 38 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+ [codegraph] CFG: 7 functions analyzed
+ [codegraph] Dataflow (native bulk): 4 edges inserted
+
❯ tests/integration/build.test.ts:254:20
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild after modifying a file detects change (Tier 1 mtime miss → Tier 2 hash):
tests/integration/build.test.ts#L210
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'Incremental: 1 changed'
- Expected
+ Received
- Incremental: 1 changed
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 22 nodes, 42 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+ [codegraph] CFG: 7 functions analyzed
+ [codegraph] Dataflow (native bulk): 4 edges inserted
+
❯ tests/integration/build.test.ts:210:20
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild with no changes detects nothing (Tier 1 mtime+size):
tests/integration/build.test.ts#L187
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'No changes detected'
- Expected
+ Received
- No changes detected
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 19 nodes, 37 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+
❯ tests/integration/build.test.ts:187:20
|
|
tests/builder/pipeline.test.ts > buildGraph pipeline > returns undefined on early exit (no changes):
tests/builder/pipeline.test.ts#L48
AssertionError: expected { phases: { setupMs: 1.3, …(11) } } to be undefined
- Expected:
undefined
+ Received:
{
"phases": {
"astMs": 3.3,
"cfgMs": 0.8,
"complexityMs": 0.6,
"dataflowMs": 0.6,
"edgesMs": 0.9,
"finalizeMs": 0.4,
"insertMs": 0.8,
"parseMs": 0.7,
"resolveMs": 0,
"rolesMs": 0.5,
"setupMs": 1.3,
"structureMs": 1.3,
},
}
❯ tests/builder/pipeline.test.ts:48:20
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > noReverseDeps: true skips the cascade:
tests/integration/scoped-rebuild.test.ts#L144
AssertionError: expected 0 to be greater than 0
❯ tests/integration/scoped-rebuild.test.ts:144:24
|
|
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 35
❯ 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#L104
AssertionError: expected +0 to be 9 // Object.is equality
- Expected
+ Received
- 9
+ 0
❯ tests/integration/scoped-rebuild.test.ts:104:23
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > scoped rebuild updates only targeted file, preserves others:
tests/integration/scoped-rebuild.test.ts#L74
AssertionError: expected +0 to be 10 // Object.is equality
- Expected
+ Received
- 10
+ 0
❯ tests/integration/scoped-rebuild.test.ts:74:29
|
|
tests/integration/build.test.ts > version/engine mismatch auto-promotes to full rebuild > build_meta reflects actual engine and version after build (#751):
tests/integration/build.test.ts#L503
AssertionError: expected '3.9.1' to be '3.9.2' // Object.is equality
Expected: "3.9.2"
Received: "3.9.1"
❯ tests/integration/build.test.ts:503:33
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild with corrupt journal falls back to Tier 1:
tests/integration/build.test.ts#L359
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'No changes detected'
- Expected
+ Received
- No changes detected
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 19 nodes, 37 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+
❯ tests/integration/build.test.ts:359:20
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild with valid journal uses Tier 0:
tests/integration/build.test.ts#L254
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'Incremental: 1 changed'
- Expected
+ Received
- Incremental: 1 changed
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 20 nodes, 38 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+ [codegraph] CFG: 7 functions analyzed
+ [codegraph] Dataflow (native bulk): 4 edges inserted
+
❯ tests/integration/build.test.ts:254:20
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild after modifying a file detects change (Tier 1 mtime miss → Tier 2 hash):
tests/integration/build.test.ts#L210
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'Incremental: 1 changed'
- Expected
+ Received
- Incremental: 1 changed
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 22 nodes, 42 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+ [codegraph] CFG: 7 functions analyzed
+ [codegraph] Dataflow (native bulk): 4 edges inserted
+
❯ tests/integration/build.test.ts:210:20
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild with no changes detects nothing (Tier 1 mtime+size):
tests/integration/build.test.ts#L187
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'No changes detected'
- Expected
+ Received
- No changes detected
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 19 nodes, 37 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+
❯ tests/integration/build.test.ts:187:20
|
|
tests/builder/pipeline.test.ts > buildGraph pipeline > returns undefined on early exit (no changes):
tests/builder/pipeline.test.ts#L48
AssertionError: expected { phases: { setupMs: 16.5, …(11) } } to be undefined
- Expected:
undefined
+ Received:
{
"phases": {
"astMs": 3.7,
"cfgMs": 1.7,
"complexityMs": 3.1,
"dataflowMs": 1.2,
"edgesMs": 0.8,
"finalizeMs": 1.4,
"insertMs": 1.5,
"parseMs": 3.8,
"resolveMs": 0,
"rolesMs": 0.7,
"setupMs": 16.5,
"structureMs": 11.7,
},
}
❯ tests/builder/pipeline.test.ts:48:20
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > noReverseDeps: true skips the cascade:
tests/integration/scoped-rebuild.test.ts#L144
AssertionError: expected 0 to be greater than 0
❯ tests/integration/scoped-rebuild.test.ts:144:24
|
|
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 35
❯ 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#L104
AssertionError: expected +0 to be 9 // Object.is equality
- Expected
+ Received
- 9
+ 0
❯ tests/integration/scoped-rebuild.test.ts:104:23
|
|
tests/integration/scoped-rebuild.test.ts > scoped rebuild > scoped rebuild updates only targeted file, preserves others:
tests/integration/scoped-rebuild.test.ts#L74
AssertionError: expected +0 to be 10 // Object.is equality
- Expected
+ Received
- 10
+ 0
❯ tests/integration/scoped-rebuild.test.ts:74:29
|
|
tests/integration/build.test.ts > version/engine mismatch auto-promotes to full rebuild > build_meta reflects actual engine and version after build (#751):
tests/integration/build.test.ts#L503
AssertionError: expected '3.9.1' to be '3.9.2' // Object.is equality
Expected: "3.9.2"
Received: "3.9.1"
❯ tests/integration/build.test.ts:503:33
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild with corrupt journal falls back to Tier 1:
tests/integration/build.test.ts#L359
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'No changes detected'
- Expected
+ Received
- No changes detected
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 19 nodes, 37 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+
❯ tests/integration/build.test.ts:359:20
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild with valid journal uses Tier 0:
tests/integration/build.test.ts#L254
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'Incremental: 1 changed'
- Expected
+ Received
- Incremental: 1 changed
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 20 nodes, 38 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+ [codegraph] CFG: 7 functions analyzed
+ [codegraph] Dataflow (native bulk): 4 edges inserted
+
❯ tests/integration/build.test.ts:254:20
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild after modifying a file detects change (Tier 1 mtime miss → Tier 2 hash):
tests/integration/build.test.ts#L210
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'Incremental: 1 changed'
- Expected
+ Received
- Incremental: 1 changed
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 22 nodes, 42 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+ [codegraph] CFG: 7 functions analyzed
+ [codegraph] Dataflow (native bulk): 4 edges inserted
+
❯ tests/integration/build.test.ts:210:20
|
|
tests/integration/build.test.ts > three-tier incremental builds > rebuild with no changes detects nothing (Tier 1 mtime+size):
tests/integration/build.test.ts#L187
AssertionError: expected '[codegraph] Using native engine (v3.9…' to contain 'No changes detected'
- Expected
+ Received
- No changes detected
+ [codegraph] Using native engine (v3.9.1)
+ [codegraph] Native build orchestrator completed: 19 nodes, 37 edges, 3 files
+ [codegraph] Complexity (native bulk): 1 functions analyzed
+
❯ tests/integration/build.test.ts:187:20
|
|
tests/builder/pipeline.test.ts > buildGraph pipeline > returns undefined on early exit (no changes):
tests/builder/pipeline.test.ts#L48
AssertionError: expected { phases: { setupMs: 0.9, …(11) } } to be undefined
- Expected:
undefined
+ Received:
{
"phases": {
"astMs": 1,
"cfgMs": 0.4,
"complexityMs": 0.4,
"dataflowMs": 0.3,
"edgesMs": 0.2,
"finalizeMs": 0.4,
"insertMs": 0.4,
"parseMs": 0.3,
"resolveMs": 0,
"rolesMs": 0.2,
"setupMs": 0.9,
"structureMs": 0.5,
},
}
❯ tests/builder/pipeline.test.ts:48:20
|
|
CI Testing Pipeline
Process completed with exit code 1.
|