parkerokonek / paradoxpatcher

Parker's Paradox Patcher
MIT License
2 stars 1 forks source link

Diff Match Patch Doesn't Always Fail #7

Closed parkerokonek closed 4 years ago

parkerokonek commented 4 years ago

Diff Match Patch will reliably patch conflicting file changes without issue. This causes some information to be lost and for malformed files.

For example, patching Bob to Bib and Bob to Beb results in Bob being Beb, not a failure to patch.

parkerokonek commented 4 years ago

Fixed with #9