Commit 1f1ae14
dasLLAMA: PROBE_PATH's default was Windows-only
Copilot round 4, three threads on one issue. The write-cliff probe defaulted to `D:/_wcliff.bin`,
which on POSIX is not an absolute path at all — it is a relative `D:` directory that does not
exist, so the probe fails confusingly on every non-Windows host rather than writing anywhere.
Default is now cwd-relative `_wcliff.bin`, which resolves on every host; the registry entry and the
usage line say to point it at the drive under test, which is the whole point of the knob. Also
dropped `require strings`, unused since env_int64 replaced the to_int call.
Gates: compiles, lint 0 issues, test_env_registry 14/14, ENVIRONMENT.md regenerated.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019ruKZPG8G7SPEUyZtvBzcT1 parent e8e764f commit 1f1ae14
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
| 226 | + | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments