@zackees/soldr 0.9.10 → 0.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,27 +12,27 @@
12
12
  {
13
13
  "id": "rust-embedded-runtime-topology",
14
14
  "gate": "hard",
15
- "command": "soldr --no-cache cargo nextest run -p soldr-cli --test no_standalone_spawn_lint"
15
+ "command": "soldr --no-cache cargo nextest run -p soldr-cli --test guards -E 'test(/^no_standalone_spawn_lint::/)'"
16
16
  },
17
17
  {
18
18
  "id": "rust-zccache-entry",
19
19
  "gate": "hard",
20
- "command": "soldr --no-cache cargo nextest run -p soldr-cli --test zccache_trampoline_gate"
20
+ "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cargo_front_door -E 'test(/^zccache_trampoline_gate::/)'"
21
21
  },
22
22
  {
23
23
  "id": "rust-wrapper-env",
24
24
  "gate": "hard",
25
- "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cli_cargo_wrappers"
25
+ "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cargo_front_door -E 'test(/^cli_cargo_wrappers::/)'"
26
26
  },
27
27
  {
28
28
  "id": "rust-rust-plan",
29
29
  "gate": "hard",
30
- "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cli_rust_plan"
30
+ "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cargo_front_door -E 'test(/^cli_rust_plan::/)'"
31
31
  },
32
32
  {
33
33
  "id": "rust-cache-cli",
34
34
  "gate": "hard",
35
- "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cli_cache"
35
+ "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cache_gc -E 'test(/^cli_cache::/)'"
36
36
  },
37
37
  {
38
38
  "id": "rust-cache-session",
@@ -47,17 +47,17 @@
47
47
  {
48
48
  "id": "rust-native-cache-integration",
49
49
  "gate": "hard",
50
- "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cli_cargo_native_cc"
50
+ "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cargo_front_door -E 'test(/^cli_cargo_native_cc::/)'"
51
51
  },
52
52
  {
53
53
  "id": "rust-wrapper-perf",
54
54
  "gate": "hard",
55
- "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cli_wrapper_perf"
55
+ "command": "soldr --no-cache cargo nextest run -p soldr-cli --test cargo_front_door -E 'test(/^cli_wrapper_perf::/)'"
56
56
  },
57
57
  {
58
58
  "id": "rust-watchdog-lint",
59
59
  "gate": "hard",
60
- "command": "soldr --no-cache cargo nextest run -p soldr-cli --test no_timed_test_guard"
60
+ "command": "soldr --no-cache cargo nextest run -p soldr-cli --test guards -E 'test(/^no_timed_test_guard::/)'"
61
61
  },
62
62
  {
63
63
  "id": "python-setup-contracts",
@@ -87,13 +87,13 @@
87
87
  "gate": "hard",
88
88
  "covers": [
89
89
  "zccache compile service stays embedded in soldr-daemon",
90
- "soldr zccache uses the gated in-process entry point",
90
+ "soldr zccache uses Soldr-owned compatibility adapters only",
91
91
  "standalone zccache-daemon spawn paths remain unreachable",
92
92
  "runtime packaging declares no standalone zccache binaries"
93
93
  ],
94
94
  "test_files": [
95
- "crates/soldr-cli/tests/no_standalone_spawn_lint.rs",
96
- "crates/soldr-cli/tests/zccache_trampoline_gate.rs",
95
+ "crates/soldr-cli/tests/guards/no_standalone_spawn_lint.rs",
96
+ "crates/soldr-cli/tests/cargo_front_door/zccache_trampoline_gate.rs",
97
97
  "contracts/zccache-runtime.v1.json",
98
98
  "tests/test_zccache_runtime_contract.py"
99
99
  ],
@@ -115,7 +115,7 @@
115
115
  "embedded compile-stat session baselines and summaries"
116
116
  ],
117
117
  "test_files": [
118
- "crates/soldr-cli/tests/cli_cargo_wrappers.rs",
118
+ "crates/soldr-cli/tests/cargo_front_door/cli_cargo_wrappers.rs",
119
119
  "crates/soldr-cli/src/cargo_front_door/cache_plan.rs",
120
120
  "crates/soldr-cli/src/cache/session.rs"
121
121
  ],
@@ -136,7 +136,7 @@
136
136
  "embedded compile counts drive warm-save decisions"
137
137
  ],
138
138
  "test_files": [
139
- "crates/soldr-cli/tests/cli_rust_plan.rs",
139
+ "crates/soldr-cli/tests/cargo_front_door/cli_rust_plan.rs",
140
140
  "crates/soldr-cli/src/rust_plan_tests",
141
141
  "crates/soldr-cli/src/cargo_front_door/cache_plan.rs"
142
142
  ],
@@ -154,7 +154,7 @@
154
154
  "SOLDR_CACHE_ENABLED=0 reaches cargo"
155
155
  ],
156
156
  "test_files": [
157
- "crates/soldr-cli/tests/cli_cargo_wrappers.rs",
157
+ "crates/soldr-cli/tests/cargo_front_door/cli_cargo_wrappers.rs",
158
158
  "crates/soldr-cli/src/cargo_front_door/cache_plan.rs"
159
159
  ],
160
160
  "validation_command_ids": [
@@ -172,7 +172,7 @@
172
172
  "daemon-down diagnostics remain bounded"
173
173
  ],
174
174
  "test_files": [
175
- "crates/soldr-cli/tests/cli_cache.rs",
175
+ "crates/soldr-cli/tests/cache_gc/cli_cache.rs",
176
176
  "crates/soldr-cli/src/cache/session.rs",
177
177
  "crates/soldr-cli/src/cargo_front_door/cache_plan.rs"
178
178
  ],
@@ -238,7 +238,7 @@
238
238
  ],
239
239
  "test_files": [
240
240
  ".github/workflows/perf-cold-warm.yml",
241
- "crates/soldr-cli/tests/cli_cargo_wrappers.rs"
241
+ "crates/soldr-cli/tests/cargo_front_door/cli_cargo_wrappers.rs"
242
242
  ],
243
243
  "validation_command_ids": [
244
244
  "rust-wrapper-env",
@@ -306,7 +306,7 @@
306
306
  "--no-cache disables native cache"
307
307
  ],
308
308
  "test_files": [
309
- "crates/soldr-cli/tests/cli_cargo_native_cc.rs",
309
+ "crates/soldr-cli/tests/cargo_front_door/cli_cargo_native_cc.rs",
310
310
  "crates/soldr-cli/src/native_cc_tests.rs",
311
311
  "crates/soldr-cli/src/cargo_front_door/cache_plan.rs"
312
312
  ],
@@ -325,9 +325,9 @@
325
325
  "embedded-runtime contract tests remain discoverable"
326
326
  ],
327
327
  "test_files": [
328
- "crates/soldr-cli/tests/no_timed_test_guard.rs",
329
- "crates/soldr-cli/tests/no_standalone_spawn_lint.rs",
330
- "crates/soldr-cli/tests/zccache_trampoline_gate.rs",
328
+ "crates/soldr-cli/tests/guards/no_timed_test_guard.rs",
329
+ "crates/soldr-cli/tests/guards/no_standalone_spawn_lint.rs",
330
+ "crates/soldr-cli/tests/cargo_front_door/zccache_trampoline_gate.rs",
331
331
  "crates/soldr-cli/src/cargo_front_door/cache_plan.rs"
332
332
  ],
333
333
  "validation_command_ids": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zackees/soldr",
3
- "version": "0.9.10",
3
+ "version": "0.9.11",
4
4
  "description": "Instant Rust tools and builds from one command.",
5
5
  "license": "BSD-3-Clause",
6
6
  "homepage": "https://github.com/zackees/soldr",