DIFF-007: diff:<largefile> silently EMPTY — WEAVEEmitFull outtoks overflow

be diff:<file> on a large file produces NO output and exits 0. Root cause: WEAVEEmitFull carves a fixed 65536-token buffer and accumulates the UNION of base+wt weave tokens into one hunk; when that union exceeds 65536 the u32bFeed1 returns NOROOM, which is swallowed (ret=fo; goto cleanup) → zero hunks emitted, exit 0. Real bug. Split from DIFF-005's bare-diff re-investigation. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome