aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-09-09 18:55:06 +0200
committern-peugnet <n.peugnet@free.fr>2021-09-09 18:55:06 +0200
commitbea4f87f1e4528630d326699a9c7fd6133ee7806 (patch)
tree49bff8fed5e9e1a7d4546ad41454e6ee07f6fa25 /TODO.md
parent3e866db2accc6ed5aa65befdf21474dbc7b1ec18 (diff)
downloaddna-backup-bea4f87f1e4528630d326699a9c7fd6133ee7806.tar.gz
dna-backup-bea4f87f1e4528630d326699a9c7fd6133ee7806.zip
better commit and restore tests (almost complete)
added some file path management function for prfixes and trailing slash
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index bb95b39..9d2c75f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -24,12 +24,13 @@ priority 1
- [ ] uncompress before loading
- [ ] store compressed chunks into tracks of trackSize (1024o)
- [x] add chunk cache... what was it for again ??
+- [x] better tests for `(*Repo).Commit`
priority 2
----------
- [x] use more the `Reader` API (which is analoguous to the `IOStream` in Java)
- [ ] refactor matchStream as right now it is quite complex
-- [ ] better test for `Repo.matchStream`
+- [x] better test for `(*Repo).matchStream`
- [ ] tail packing of PartialChunks (this Struct does not exist yet as it is in fact just `TempChunks` for now)
- [ ] option to commit without deltas to save new base chunks