minor improvements
This commit is contained in:
parent
7781cd6512
commit
cd6674c99d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue