test(gix-diff): add optional detailed report to slider test - #2931
Open
Christoph Rüßler (cruessler) wants to merge 1 commit into
Open
test(gix-diff): add optional detailed report to slider test#2931Christoph Rüßler (cruessler) wants to merge 1 commit into
Christoph Rüßler (cruessler) wants to merge 1 commit into
Conversation
This is the first commit in my quest to bring `gix-diff` closer to `git diff`. Before making any changes, I want to first add proper diagnostics, in order to be able to split the larger problem of "diffs don't match" into smaller problems of "diffs don't match for this specific reason" and "there's these specific reasons that can cause a mismatch". The individual reasons can then be tackled independently.
Christoph Rüßler (cruessler)
marked this pull request as ready for review
August 19, 2026 20:08
Contributor
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the first PR in my quest to bring
gix-diffcloser togit diff. Before making any changes, I want to first add proper diagnostics, in order to be able to split the larger problem of “diffs don't match” into smaller problems of “diffs don't match for this specific reason” and “there's these specific reasons that can cause a mismatch”. The individual reasons can then be tackled independently.The first run on a corpus of sliders from the
gitoxiderepository itself already yielded interesting results (note that this is only an, albeit fairly large, subset of all the sliders produced bycreate-diff-cases):In this example, it looks like there might be just a few specific reasons for the mismatches, and it looks like the majority of them is indeed slider-related. My next goal would to identify specific classes of mismatches to see whether they can be captured in corresponding baseline tests and potentially also be solved by the same code change(s).
Please let me know if I used the new commit message format correctly. 😉