diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-09 18:55:06 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-09 18:55:06 +0200 |
commit | bea4f87f1e4528630d326699a9c7fd6133ee7806 (patch) | |
tree | 49bff8fed5e9e1a7d4546ad41454e6ee07f6fa25 /TODO.md | |
parent | 3e866db2accc6ed5aa65befdf21474dbc7b1ec18 (diff) | |
download | dna-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |