Skip to content

Commit af45f91

Browse files
Revert "Dev (#19)"
This reverts commit 79685f0.
1 parent 79685f0 commit af45f91

162 files changed

Lines changed: 7465 additions & 32117 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,3 @@
22
*.exe
33
*.temp
44
stats.svg
5-
last_replay.rep
6-
perf.data
7-
perf.data.old
8-
flamegraph.svg
9-
dhat-heap.json
10-
samply.json
11-
vtune-results

.vscode/launch.json

Lines changed: 13 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"build",
3333
"--bin=factory",
3434
"--package=factory",
35-
"--features=graphics",
3635
],
3736
"filter": {
3837
"name": "factory",
@@ -45,76 +44,54 @@
4544
{
4645
"type": "lldb",
4746
"request": "launch",
48-
"name": "Debug executable 'factory' verbose",
49-
"cargo": {
50-
"args": [
51-
"build",
52-
"--bin=factory",
53-
"--package=factory",
54-
"--features=graphics",
55-
],
56-
"filter": {
57-
"name": "factory",
58-
"kind": "bin"
59-
}
60-
},
61-
"args": [],
62-
"cwd": "${workspaceFolder}",
63-
"env": { "RUST_LOG": "info" }
64-
},{
65-
"type": "lldb",
66-
"request": "launch",
67-
"name": "Debug executable 'factory' without tick wait",
47+
"name": "Debug factory client",
6848
"cargo": {
6949
"args": [
7050
"build",
7151
"--bin=factory",
7252
"--package=factory",
73-
"--features=graphics",
7453
],
7554
"filter": {
7655
"name": "factory",
7756
"kind": "bin"
7857
}
7958
},
80-
"args": [],
81-
"cwd": "${workspaceFolder}",
82-
"env": { "ZOOM": "true" }
59+
"args": ["--client"],
60+
"cwd": "${workspaceFolder}"
8361
},
8462
{
8563
"type": "lldb",
8664
"request": "launch",
87-
"name": "Debug factory client",
65+
"name": "Debug unit tests in executable 'factory'",
8866
"cargo": {
8967
"args": [
90-
"build",
68+
"test",
69+
"--no-run",
9170
"--bin=factory",
92-
"--package=factory",
93-
"--features=graphics",
71+
"--package=factory"
9472
],
9573
"filter": {
9674
"name": "factory",
9775
"kind": "bin"
9876
}
9977
},
100-
"args": ["--client"],
78+
"args": [],
10179
"cwd": "${workspaceFolder}"
10280
},
10381
{
10482
"type": "lldb",
10583
"request": "launch",
106-
"name": "Debug unit tests in executable 'factory'",
84+
"name": "Debug integration test 'test'",
10785
"cargo": {
10886
"args": [
10987
"test",
11088
"--no-run",
111-
"--bin=factory",
112-
"--package=factory",
113-
"--features=graphics",
89+
"--test=test",
90+
"--package=factory"
11491
],
11592
"filter": {
116-
"name": "factory",
117-
"kind": "bin"
93+
"name": "test",
94+
"kind": "test"
11895
}
11996
},
12097
"args": [],

0 commit comments

Comments
 (0)