pkgdiff icon indicating copy to clipboard operation
pkgdiff copied to clipboard

binary data breaks wdiff output

Open jondaley opened this issue 2 years ago • 0 comments

I needed to fix the %% escaping as pointed out by others.

I also have large binary data files in my RPMs and rfcdiff/wdiff attempt to diff them and fail miserably, and messes up the output, causing the tool to end up saying the binary files have not changed. This is spite of the file size and contents changing, which is confusing to me. Seem like there might be a better way to do a "regular" diff on the files, and if they are binary, skip all other parsing?

Changing the default DATA FileType to Binary is enough to fix it for me, but there might be a better solution that works for more people, I'm not sure.

jondaley avatar Sep 22 '23 00:09 jondaley