aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-09-09 13:56:06 +0200
committern-peugnet <n.peugnet@free.fr>2021-09-09 13:56:06 +0200
commit27cf33b15ee5c028f4816607c034df68adf7df4f (patch)
tree0c66c9a68295379cfc3f600c908f094c590b09ac /TODO.md
parent8a03c46bf24b5a1fa1d2080ac4f763532db01bbe (diff)
downloaddna-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index b35bff4..e194839 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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)