wiki.techinc.nl/includes/diff
Gergő Tisza 4612a694d8
Fix error handling in TextSlotDiffRenderer::getTextDiffInternal()
A long time ago, returning false from the predecessor of this
method (done on filesystem error when trying to generate a diff
via an external executable) meant the diff result was treated as
an internal error and not cached, but I2f8a9db broke that.

There is not much point in trying to fail softly on tempfile
creation errors anyway, so just replace it with exception throwing.

Change-Id: Idb15a0e1f67cb1ccbf7c47788f4eecbaa8176665
2020-06-24 11:18:59 +02:00
..
Hook Hook interface type fixes, to fix Phan errors 2020-05-05 11:22:04 +10:00
ArrayDiffFormatter.php Make use of DiffOp::norig/nclosing() and update tests 2020-03-25 15:17:17 +00:00
ComplexityException.php
Diff.php
DiffEngine.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
DifferenceEngine.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
DifferenceEngineSlotDiffRenderer.php Introduce ContentHandlerFactory 2020-02-07 00:53:51 +03:00
DiffFormatter.php
DiffOp.php
DiffOpAdd.php
DiffOpChange.php
DiffOpCopy.php
DiffOpDelete.php
RangeDifference.php Set method visibility for various constructors 2019-12-03 20:17:30 +01:00
SlotDiffRenderer.php
TableDiffFormatter.php Set method visibility for various constructors 2019-12-03 20:17:30 +01:00
TextSlotDiffRenderer.php Fix error handling in TextSlotDiffRenderer::getTextDiffInternal() 2020-06-24 11:18:59 +02:00
UnifiedDiffFormatter.php
UnsupportedSlotDiffRenderer.php Remove auto-generated and empty lines in comments 2020-03-17 09:55:24 +01:00
WordAccumulator.php
WordLevelDiff.php