diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-09 13:56:06 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-09 13:56:06 +0200 |
commit | 27cf33b15ee5c028f4816607c034df68adf7df4f (patch) | |
tree | 0c66c9a68295379cfc3f600c908f094c590b09ac /TODO.md | |
parent | 8a03c46bf24b5a1fa1d2080ac4f763532db01bbe (diff) | |
download | dna-backup-27cf33b15ee5c028f4816607c034df68adf7df4f.tar.gz dna-backup-27cf33b15ee5c028f4816607c034df68adf7df4f.zip |
move unused functions from repo to repo_test
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ priority 1 priority 2 ---------- -- [ ] use more the `Reader` API (which is analoguous to the `IOStream` in Java) +- [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` - [ ] tail packing of PartialChunks (this Struct does not exist yet as it is in fact just `TempChunks` for now) |