Page MenuHomePhabricator

Review diff formater algorithm.
Closed, ResolvedPublic

Description

In some cases the algorithm seems to mark whole paragraphs as changed even though just a word was added/removed.

e.g. see

Untitled.png (863×1 px, 71 KB)

Event Timeline

Change 347589 had a related patch set uploaded (by WMDE-Fisch):
[mediawiki/extensions/TwoColConflict@master] Improve diff quality to match TableDiffFormatter

https://gerrit.wikimedia.org/r/347589

Some custom modifications on how the diff coming from the PHP diff engine is interpreted made the result in the TwoColumnConflict extension look worse then in the original table based diff view.

The above patch fixes that and should improve the results immensely and probably addresses the issue shown above.

A comparison between the PHP and C++ diff engine was not done for now. We might want to create a new ticket for that case.

Change 347589 merged by jenkins-bot:
[mediawiki/extensions/TwoColConflict@master] Improve diff quality to match TableDiffFormatter

https://gerrit.wikimedia.org/r/347589