Conversation
java-diff-utils/src/main/java/com/github/difflib/patch/AbstractDelta.java
Outdated
Show resolved
Hide resolved
|
Sorry. Fortgot about this patch. I will look into it. |
|
Could you first resolve the conflicts? Strangely I am not able to resolve it using Github. |
Yes. i'll resolve conflicts and add more documentation about fuzzy patch. |
java-diff-utils/src/main/java/com/github/difflib/patch/AbstractDelta.java
Outdated
Show resolved
Hide resolved
Co-authored-by: cowwoc <cowwoc2020@gmail.com>
|
The new documentation look good to me. Thank you! |
|
Merged. Thx for the improvement. Could this something for the Wiki documentation? |
|
We are using applyFuzzy in Bazel (see bazelbuild/bazel#17897), but it's leading to a problem of applying a clean patch with multiple chunks: kythe/kythe#5864 My debugging shows there is something wrong about calculating the Do I understand correctly that The problematic patch I encountered is: |
Apply the chunks separately and in reverse order to workaround an issue in applyFuzzy. See java-diff-utils/java-diff-utils#125 (comment) Fixes #17897 (comment) RELNOTES: None PiperOrigin-RevId: 571336806 Change-Id: I8eb6b859d1ce8fb990d9237f728198af34e0d393
Closes #112