From cd6674c99df41fe75ca99a48f39fb8b98aa20a17 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 30 Dec 2020 11:54:13 +0100 Subject: [PATCH] minor improvements --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1505734..25b95ef 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ orthogonal improvements (mainly the histogram-style diffing). ### TODO list -- Implement `patch` functionality (`diff` and `diff3` works) -- Implement the splitting heuristic for diffs, so that the diffing of larger - files doesn't take aeons +- Implement `patch` functionality, mainly patchfile parsing and fuzzy matching + of hunk context. `diff` and `diff3` works. +- Implement a splitting heuristic for diffs, so that diffing of large files + doesn't take aeons - Check whether REDFA can even be implemented correctly with current Haskell libraries (most regex libraries target a completely different). Taking the lexer specification format from `alex` currently seems like a much better