Commit Graph

5 Commits

Author SHA1 Message Date
John Shumway
f2a0430ce1 Add initial reflection capabilities to the builder.
This PR introduces a Description class as well as ck_tile ConvTraits to add reflection. This is helpful for users, but more critically, it will help us write better tests for the builder. Too many details of the convolutions are hidden or obscured.
2025-10-06 12:00:26 +00:00
John Shumway
2d5311107f Fix and document the inlineDiff function.
The original version from CoPilot was broken and difficult to fix. I worked with Cline AI to fix the algorithms and also add a lot of description to the implementation.
2025-10-05 17:30:25 +00:00
John Shumway
089b5c6ffa Add StringEqWithDiff matcher. 2025-10-05 17:30:25 +00:00
John Shumway
a30c9c362c Add color to inlineDiff test util. 2025-10-05 17:30:25 +00:00
John Shumway
a40e1e7692 Add testing utils. 2025-10-05 17:30:25 +00:00