quepid icon indicating copy to clipboard operation
quepid copied to clipboard

Once more into the snapshot diff cauldron

Open epugh opened this issue 4 months ago • 1 comments

Description

Asked Claude to simplify and refactor our diff code to treat a snapshot as just another "searcher" . Boom and it worked!!!

Motivation and Context

We want to store every try as a snapshot, and have code that supports that in https://github.com/o19s/quepid/pull/1313. We tried an attempt at this in https://github.com/o19s/quepid/pull/1323 and it was a terrible stew of broken hopes and dreams.

How Has This Been Tested?

Manual mostly, and added a test.

Screenshots or GIFs (if appropriate):

Types of changes

  • [] Bug fix (non-breaking change which fixes an issue)
  • [x] Improvement (non-breaking change which improves existing functionality)
  • [] New feature (non-breaking change which adds new functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change)

epugh avatar Dec 10 '25 16:12 epugh

@epugh I've opened a new pull request, #1572, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot avatar Dec 17 '25 16:12 Copilot

The original ticket: https://github.com/o19s/quepid/issues/833

epugh avatar Jan 08 '26 21:01 epugh