aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-10-22 12:19:46 +0200
committern-peugnet <n.peugnet@free.fr>2021-10-22 12:20:23 +0200
commit2906807f4341eef0e23f91356675595c89715490 (patch)
tree8124124d9c0d5f33c42bcfa3d95e19f02f1955e5 /TODO.md
parent2c6a08c5c3b0f7346fbfa3e2ee86b248ef6d78f7 (diff)
downloaddna-backup-2906807f4341eef0e23f91356675595c89715490.tar.gz
dna-backup-2906807f4341eef0e23f91356675595c89715490.zip
first add of latex doc
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 4639a53..6369fa3 100644
--- a/TODO.md
+++ b/TODO.md
@@ -30,6 +30,9 @@ priority 1
- the sketch parameters
- ...and almost every value of the `NewRepo` constructor
- [ ] these parameters would be loaded in the `*Repo.Init()` function
+- [ ] stop using `gob` everywhere. As this encoder, despite its simplicity and
+ overall good performance, is not cross compatible between languages and its
+ specification might be subject to changes.
priority 2
----------
@@ -125,3 +128,10 @@ second run of `dna-backup`, around 20 blocks in of the beginning of the recipe
have been replaced by newer ones. These should not have been modified.
I could however not reproduce it...
+
+mystical bug number 3 21/10
+---------------------------
+
+When running `dna-backup commit` a second time after nothing has changed in the
+source folder, there are still some differences with the previous version. I
+don't know where these come from.