Commit 58d1b1d
Three final polish items before closing #205.
## test — `r04_pass2_reconciliation_catches_cpp_only_dependency`
The canonical "why 2-pass beats single-pass BFS" scenario, which the
existing 16-test suite was missing as an explicit guard:
- Project includes `<SPI.h>`. `SPI.h` is silent (no transitive includes).
- `SPI.cpp` is the *only* place that includes `<Wire.h>`.
A single-pass BFS over headers selects {SPI} and silently misses Wire —
link-time undefined symbols. The LDF's pass 2 re-seeds with each
selected lib's full source set, so Wire is reached and selected. Test
asserts {SPI, Wire} and is the regression guard against accidentally
collapsing the resolver back to a single pass. Brings the resolver test
count to 17 (10 LDF + 7 cache).
## fix — teensylc acceptance gate env name
`tests/teensylc_acceptance.rs` passed `env_name: "teensyLC"`
(camelCase) and looked up `compile_commands.json` under
`<build>/teensyLC/`. The actual env in
`tests/platform/teensylc/platformio.ini` is `[env:teensylc]`
(lowercase) — same case-sensitivity bug fixed in #220 / #221 for
`measure_baseline_205.py`. The acceptance gate has been failing on
every run (including main) for this reason.
## badges
Adds badges for the two #205 workflows to README.md's CI status block:
- `acceptance-205.yml` — AC#1 (teensyLC) and AC#4 (stm32 SPI) gates
- `bench-205.yml` — P-02 (cold) / P-03 (scanner) / P-01-mini (warm)
perf gates
Both have been live since #211 / #210 but were not discoverable from
the README.
Refs: #205.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 787cc82 commit 58d1b1d
3 files changed
Lines changed: 66 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
75 | 91 | | |
76 | | - | |
77 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
78 | 95 | | |
79 | 96 | | |
80 | 97 | | |
81 | 98 | | |
82 | | - | |
| 99 | + | |
83 | 100 | | |
84 | 101 | | |
85 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
251 | 293 | | |
252 | 294 | | |
253 | 295 | | |
| |||
0 commit comments