Jack
b505437db5
fix(chunker): honor bare (non-backtick) delimiters in TokenChunker ( #17723 ) ( #18182 )
...
Go's `TokenChunker` previously ignored **bare (non-backtick)
delimiters** such as `::`, `.`, or `;`. `compileDelimPattern` compiled
them with `keepBare=false`, so a bare delimiter produced a `nil` pattern
and the payload was routed to the single-section merge that never split
on it — diverging from Python's `naive_merge`, which splits on bare
delimiters and then merges by token size.
2026-08-12 22:36:11 +08:00
..
2026-08-12 22:36:11 +08:00
2026-07-21 17:46:23 +08:00
2026-08-12 17:24:12 +08:00
2026-08-11 16:18:49 +08:00
2026-08-04 19:08:31 +08:00
2026-08-03 15:08:21 +08:00
2026-08-11 22:18:04 +08:00
2026-08-11 22:18:04 +08:00
2026-08-12 15:45:01 +08:00
2026-08-12 15:45:01 +08:00
2026-08-12 19:39:49 +08:00
2026-08-12 19:39:49 +08:00
2026-08-03 15:08:21 +08:00
2026-08-03 21:30:01 +08:00
2026-07-05 20:43:52 +08:00
2026-08-03 15:08:21 +08:00
2026-08-11 22:18:04 +08:00
2026-08-11 22:18:04 +08:00
2026-08-11 22:18:04 +08:00
2026-08-03 21:30:01 +08:00
2026-07-27 19:30:41 +08:00
2026-08-11 16:18:49 +08:00
2026-08-11 16:18:49 +08:00
2026-08-03 15:08:21 +08:00
2026-08-12 17:58:05 +08:00
2026-07-06 19:50:54 +08:00
2026-07-06 19:50:54 +08:00
2026-08-11 22:18:04 +08:00
2026-08-11 22:18:04 +08:00
2026-07-27 10:20:16 +08:00
2026-07-13 11:08:04 +08:00
2026-07-31 19:15:38 +08:00
2026-07-31 13:10:08 +08:00
2026-08-06 15:54:00 +08:00
2026-08-11 10:09:07 +08:00
2026-08-11 10:09:07 +08:00
2026-08-11 22:18:04 +08:00
2026-08-11 22:18:04 +08:00