Commit 42b1c3a
committed
fix(objectql): write the probe-cache separator as \u0000, not a raw NUL byte
check:nul-bytes (#3127) is right to fail this: one literal U+0000 makes
grep/ripgrep treat engine.ts as binary and silently return ZERO matches, so
the file drops out of code search and out of every grep-based lint. The
escape is byte-identical at runtime.
Also records the measured revert numbers in the suite's header comment.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017gEHJN2NFpS9VMeURvakgD1 parent 4768bb9 commit 42b1c3a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2272 | 2272 | | |
2273 | 2273 | | |
2274 | 2274 | | |
2275 | | - | |
| 2275 | + | |
2276 | 2276 | | |
2277 | 2277 | | |
2278 | 2278 | | |
| |||
2327 | 2327 | | |
2328 | 2328 | | |
2329 | 2329 | | |
2330 | | - | |
| 2330 | + | |
2331 | 2331 | | |
2332 | 2332 | | |
2333 | 2333 | | |
| |||
0 commit comments