Commit 864074b
test/docs: close the env_int64 ban hole, drop a require the migration orphaned
Copilot review, #3580, two findings, both real:
BANNED_HELPERS listed env_or / pf_env_int / win_env_int / env_int / env_str /
env_flag but NOT env_int64 — while the comment right above it names env_int64
as one of the five shapes the tree grew, and the failure message tells you to
call it. A re-added local env_int64 would have slipped through and taken its
knob out of the coverage scan with it. Verified by re-adding one: the test now
names the file and the signature.
dasllama_math's carried a comment about to_int in the
DASLLAMA_CALLER_PRIO override. That path is env_int now — and the require is
not merely mis-commented, it is dead: the engine compiles clean without it.
Removed rather than re-worded, since a correct comment on an unused require is
still an unused require.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 70bc22a commit 864074b
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
0 commit comments