aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-19 12:43:45 -0500
committerMarc Coquand <marc@mccd.space>2024-05-19 12:43:45 -0500
commitf7223b01c29c94d2d0021b102d0478e75ba050ca (patch)
treeb91dac0c2beb83efcfe8d768d1d9fe6db1488096
parentb9a5bd9ac649e4893535652865956283d1efdd2f (diff)
downloadstitch-f7223b01c29c94d2d0021b102d0478e75ba050ca.tar.gz
stitch-f7223b01c29c94d2d0021b102d0478e75ba050ca.tar.bz2
stitch-f7223b01c29c94d2d0021b102d0478e75ba050ca.zip
KNOWN ISSUES
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index a96bf7a..ab37af0 100644
--- a/README
+++ b/README
@@ -163,13 +163,12 @@ _________________
==============
- ugrep doesn't correctly handle ordering, meaning that if you sort by
- modified date, it doesn't behave correctly. I've waited with
- implementing it until I've resolved that issue
+ modified date, it doesn't behave correctly. Because of this I am
+ waiting with a sort functionality until I have come up wiht a decent
+ implementation.
- File names can not contain :[0-9]:, since it's used to determine
- where the file starts and ends. One solution is to force one
- uniform file name that we can regexp (and also tweak). I am not sure
- yet what's best.
+ where the file starts and ends.
4 AUTHOR