You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old DiffTree.toTextDiff has been removed in #67 because it wasn't able to serialize DiffTrees with moved subtrees. We need a replacement that is able to cope with all DiffTrees properly.
In contrast to line graphs the resulting format should be human readable (e.g. for use in debug messages) and ideally injective to be used in test assertions.
The text was updated successfully, but these errors were encountered:
@AlexanderSchultheiss You currently have an own implementation for unparsing in VEVOS right? Can you give us a pointer to where it is? Can we reuse it in DiffDetective?
The old
DiffTree.toTextDiff
has been removed in #67 because it wasn't able to serializeDiffTree
s with moved subtrees. We need a replacement that is able to cope with allDiffTree
s properly.In contrast to line graphs the resulting format should be human readable (e.g. for use in debug messages) and ideally injective to be used in test assertions.
The text was updated successfully, but these errors were encountered: