Commit 16a783f
committed
github actions: Update interdiff for massive fuzzy diffing rework
For detailed information on what's different, see the new commits.
Here's a short summary written by Claude of what's changed in interdiff:
Fuzzy mode output is now organized into labeled sections instead of a
single stream of diffs with inline `INTERDIFF:` markers. The sections are:
delta differences (actual code changes between the patches), context
differences (surrounding code differences, e.g. from different kernel
versions), rejected hunks (unmatched hunks needing manual review), and
files only in one patch. Spurious noise from patches capturing different
amounts of context around the same change is automatically filtered out.
Several hunk matching bugs have also been fixed -- delta differences now
show the correct direction (patch1 -> patch2), and matching no longer
cross-contaminates when multiple similar code patterns exist in a file.1 parent b8c0eb9 commit 16a783f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments