You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show enums whose zero value means something, and chain difftest edits
A dump omits zero-valued fields, which made a snapshot ambiguous
wherever the zero is the answer: UNBOUNDED PRECEDING, PRIMARY KEY, the
NULL literal and four others were printing as nothing at all. An enum
whose zero means "absent" says so in its String -- "none", "default",
"unspecified" -- which turns out to be exactly the right test. Seven
lines gained across the snapshots, no noise added.
difftest's -depth applied every extra round to the original mutation
rather than to the previous one, so it never got past two edits.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JzBeCg7rjweVW3uGPg5G7T
0 commit comments