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
refactor(cache): convert PostRunMismatch via From instead of inline match
The cache-lookup path hand-rolled a 3-arm match to turn a
`fingerprint::PostRunMismatch` into a `FingerprintMismatch` (identical
variants/fields). Move it into `impl From<PostRunMismatch> for
FingerprintMismatch` so the call site is just `mismatch.into()` and the
mapping lives with the type.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments