fast_diff_match_patch icon indicating copy to clipboard operation
fast_diff_match_patch copied to clipboard

Python package for Google's diff-match-patch native C++ implementation.

Results 4 fast_diff_match_patch issues
Sort by recently updated
recently updated
newest added

Is it possible to get difference of the lines of two strings? In default diff-match-patch python library I used `diff_linesToChars_` and `diff_charsToLines ` methods. Is there something similar I can...

There was a problem in dmp project, where it was possible to get a fatal crash, when converting diff back to lines because of heap overflow. It is fixed in...

This diff tool seems to have some issues. I encountered this by chance, but output like `('-',0)` appears, which doesn't make any sense. For example ``` old = 'e_"thati,"rgam i,"rgao...

I'm getting: ``` opt = self._enforce_underscore(opt, section) In file included from interface.cpp:4: ./diff-match-patch-cpp-stl/diff_match_patch.h:26:10: fatal error: 'limits' file not found 26 | #include | ^~~~~~~~ 1 error generated. error: command '/usr/bin/clang++'...