* Change to use deterministic artifact graph * Update output to use the new order * Fix to clear everything when scene is cleared * Fix lots * Update artifact graph output for the last time * Delete unused sorting code * Remove unneeded cfg * Fix to preserve top-level artifacts when there's an error * Update output after error fix * Add better doc comments * Remove duplicate global operations * Update comments * Update ignored tests that were flaky * Update graph for new samples after rebase * Fix test assertion message
97 lines
3.1 KiB
Markdown
97 lines
3.1 KiB
Markdown
```mermaid
|
|
flowchart LR
|
|
subgraph path2 [Path]
|
|
2["Path<br>[210, 231, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, FunctionExpressionBody, FunctionExpressionBodyItem { index: 7 }, ReturnStatementArg, PipeBodyItem { index: 1 }]
|
|
3["Segment<br>[239, 261, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, FunctionExpressionBody, FunctionExpressionBodyItem { index: 7 }, ReturnStatementArg, PipeBodyItem { index: 2 }]
|
|
4["Segment<br>[269, 291, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, FunctionExpressionBody, FunctionExpressionBodyItem { index: 7 }, ReturnStatementArg, PipeBodyItem { index: 3 }]
|
|
5["Segment<br>[299, 321, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, FunctionExpressionBody, FunctionExpressionBodyItem { index: 7 }, ReturnStatementArg, PipeBodyItem { index: 4 }]
|
|
6["Segment<br>[329, 351, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, FunctionExpressionBody, FunctionExpressionBodyItem { index: 7 }, ReturnStatementArg, PipeBodyItem { index: 5 }]
|
|
7["Segment<br>[359, 366, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, FunctionExpressionBody, FunctionExpressionBodyItem { index: 7 }, ReturnStatementArg, PipeBodyItem { index: 6 }]
|
|
8[Solid2d]
|
|
end
|
|
1["Plane<br>[185, 202, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, FunctionExpressionBody, FunctionExpressionBodyItem { index: 7 }, ReturnStatementArg, PipeBodyItem { index: 0 }]
|
|
9["Sweep Extrusion<br>[374, 402, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, FunctionExpressionBody, FunctionExpressionBodyItem { index: 7 }, ReturnStatementArg, PipeBodyItem { index: 7 }]
|
|
10[Wall]
|
|
%% face_code_ref=Missing NodePath
|
|
11[Wall]
|
|
%% face_code_ref=Missing NodePath
|
|
12[Wall]
|
|
%% face_code_ref=Missing NodePath
|
|
13[Wall]
|
|
%% face_code_ref=Missing NodePath
|
|
14["Cap Start"]
|
|
%% face_code_ref=Missing NodePath
|
|
15["Cap End"]
|
|
%% face_code_ref=Missing NodePath
|
|
16["SweepEdge Opposite"]
|
|
17["SweepEdge Adjacent"]
|
|
18["SweepEdge Opposite"]
|
|
19["SweepEdge Adjacent"]
|
|
20["SweepEdge Opposite"]
|
|
21["SweepEdge Adjacent"]
|
|
22["SweepEdge Opposite"]
|
|
23["SweepEdge Adjacent"]
|
|
1 --- 2
|
|
2 --- 3
|
|
2 --- 4
|
|
2 --- 5
|
|
2 --- 6
|
|
2 --- 7
|
|
2 --- 8
|
|
2 ---- 9
|
|
3 --- 13
|
|
3 x--> 14
|
|
3 --- 22
|
|
3 --- 23
|
|
4 --- 12
|
|
4 x--> 14
|
|
4 --- 20
|
|
4 --- 21
|
|
5 --- 11
|
|
5 x--> 14
|
|
5 --- 18
|
|
5 --- 19
|
|
6 --- 10
|
|
6 x--> 14
|
|
6 --- 16
|
|
6 --- 17
|
|
9 --- 10
|
|
9 --- 11
|
|
9 --- 12
|
|
9 --- 13
|
|
9 --- 14
|
|
9 --- 15
|
|
9 --- 16
|
|
9 --- 17
|
|
9 --- 18
|
|
9 --- 19
|
|
9 --- 20
|
|
9 --- 21
|
|
9 --- 22
|
|
9 --- 23
|
|
10 --- 16
|
|
10 --- 17
|
|
19 <--x 10
|
|
11 --- 18
|
|
11 --- 19
|
|
21 <--x 11
|
|
12 --- 20
|
|
12 --- 21
|
|
23 <--x 12
|
|
17 <--x 13
|
|
13 --- 22
|
|
13 --- 23
|
|
16 <--x 15
|
|
18 <--x 15
|
|
20 <--x 15
|
|
22 <--x 15
|
|
```
|