diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-19 12:43:45 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-19 12:43:45 -0500 |
commit | f7223b01c29c94d2d0021b102d0478e75ba050ca (patch) | |
tree | b91dac0c2beb83efcfe8d768d1d9fe6db1488096 /README | |
parent | b9a5bd9ac649e4893535652865956283d1efdd2f (diff) | |
download | stitch-f7223b01c29c94d2d0021b102d0478e75ba050ca.tar.gz stitch-f7223b01c29c94d2d0021b102d0478e75ba050ca.tar.bz2 stitch-f7223b01c29c94d2d0021b102d0478e75ba050ca.zip |
KNOWN ISSUES
Diffstat (limited to '')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |