aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-09-29 16:31:28 +0200
committern-peugnet <n.peugnet@free.fr>2021-09-29 16:31:28 +0200
commitc2cc8f8a6fb65488f19a5addf47d83e19aff6f4b (patch)
tree08300725c0bc0395e2b9c9bb9b511cf7b13a919a /TODO.md
parent5dad27953b9050f097b53227cfc29e3d3373fd97 (diff)
downloaddna-backup-c2cc8f8a6fb65488f19a5addf47d83e19aff6f4b.tar.gz
dna-backup-c2cc8f8a6fb65488f19a5addf47d83e19aff6f4b.zip
move old funcs to repo_test and add roundtrip test
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 6ace07e..96d8f1d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -101,3 +101,12 @@ waiting for better matches will probably lower the size of the patches.
This has been fixed by making multiple passes until no more blocks are added,
this way we are assured that the result will be the same on the following run.
+
+mystical bug number 2 29/09
+---------------------------
+
+After modifying only one file of a big source folder, between the first and the
+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...