mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-16 16:16:32 +03:00
The recorder deduplicated by arguments per run, not across runs, so the frozen call snapshot arrived with 12,208 lines (43% of 28,266) that repeat an earlier line byte for byte. Every one re-asserts what its first occurrence already asserts, and `crates/core/tests/vectors.rs` replays line by line with no count anywhere, so removing them changes nothing it checks: the replay still reports 8,321 pass, 0 fail. Duplicates were removed with `awk '!seen[$0]++'`, keeping first occurrences and file order, and every changed file was checked to equal that transform of its old contents. No line was added, reordered, or rewritten, and no vector file gained or lost a distinct call. The tree drops from 9.2 MB to 5.7 MB. Co-Authored-By: Claude Code <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY
5 lines
602 B
JSON
5 lines
602 B
JSON
{"args":["14px/1.5 system-ui,sans-serif"],"result":[["fontSize","14px"],["lineHeight","1.5"],["fontFamily","system-ui,sans-serif"]]}
|
|
{"args":["600 14px/1 system-ui"],"result":[["fontWeight","600"],["fontSize","14px"],["lineHeight","1"],["fontFamily","system-ui"]]}
|
|
{"args":["700 12px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace"],"result":[["fontWeight","700"],["fontSize","12px"],["lineHeight","1.1"],["fontFamily","ui-monospace,SFMono-Regular,Menlo,monospace"]]}
|
|
{"args":["16px/1.5 system-ui,sans-serif"],"result":[["fontSize","16px"],["lineHeight","1.5"],["fontFamily","system-ui,sans-serif"]]}
|