Tobias Gritschacher has submitted this change and it was merged. Change subject: Work on splitting the patching code to its own dedicated class ......................................................................
Work on splitting the patching code to its own dedicated class Change-Id: Ibfbc090281ade6d6efa333511e87a0165e14775a --- M Diff.classes.php M Diff.mw.php M Diff.php M RELEASE-NOTES M includes/differ/Differ.php M includes/differ/ListDiffer.php M includes/differ/MapDiffer.php A includes/diffop/AtomicDiffOp.php M includes/diffop/DiffOp.php M includes/diffop/DiffOpAdd.php M includes/diffop/DiffOpChange.php M includes/diffop/DiffOpRemove.php D includes/diffop/IDiffOp.php M includes/diffop/diff/Diff.php M includes/diffop/diff/IDiff.php M includes/diffop/diff/ListDiff.php M includes/diffop/diff/MapDiff.php A includes/patcher/ListPatcher.php A includes/patcher/MapPatcher.php A includes/patcher/Patcher.php A includes/patcher/PatcherException.php A includes/patcher/PreviewablePatcher.php A includes/patcher/ThrowingPatcher.php A tests/differ/ListDifferTest.php A tests/differ/MapDifferTest.php R tests/diffop/DiffOpAddTest.php R tests/diffop/DiffOpChangeTest.php R tests/diffop/DiffOpRemoveTest.php R tests/diffop/DiffOpTest.php R tests/diffop/DiffTest.php R tests/diffop/ListDiffTest.php R tests/diffop/MapDiffTest.php A tests/patcher/ListPatcherTest.php A tests/patcher/MapPatcherTest.php 34 files changed, 1,403 insertions(+), 485 deletions(-) Approvals: Tobias Gritschacher: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/38656 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibfbc090281ade6d6efa333511e87a0165e14775a Gerrit-PatchSet: 6 Gerrit-Project: mediawiki/extensions/Diff Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Anja Jentzsch <[email protected]> Gerrit-Reviewer: Ataherivand <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Daniel Werner <[email protected]> Gerrit-Reviewer: Denny Vrandecic <[email protected]> Gerrit-Reviewer: Henning Snater <[email protected]> Gerrit-Reviewer: Jens Ohlig <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: John Erling Blad <[email protected]> Gerrit-Reviewer: Lydia Pintscher <[email protected]> Gerrit-Reviewer: Markus Kroetzsch <[email protected]> Gerrit-Reviewer: Nikola Smolenski <[email protected]> Gerrit-Reviewer: Silke Meyer <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
