summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-02-20 14:45:43 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-02-20 14:51:06 +0100
commiteaf34ac6e9bcf9991c44c33a576c81b738d92ac5 (patch)
tree972af258fe7e3cd84814774e4ee9b2c320540067 /doc
parent2beb79581deca5c9b37cdfd01834f29c3934ecd5 (diff)
Add long-term todos in libimagref
Diffstat (limited to 'doc')
-rw-r--r--doc/src/05100-lib-ref.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/src/05100-lib-ref.md b/doc/src/05100-lib-ref.md
index f1c713b4..ce18c297 100644
--- a/doc/src/05100-lib-ref.md
+++ b/doc/src/05100-lib-ref.md
@@ -52,3 +52,18 @@ content hash (which is stored in the header of the store entry).
The reference object can, after the path was re-found, be updated.
+### Long-term TODO
+
+Things which have to be done here or are not yet properly tested:
+
+- [ ] Testing of different Hashers
+- [ ] Testing of re-finding of objects, including:
+ - [ ] Can a moved file automatically be found by content hash?
+ - [ ] Does a store-reference get updated automatically if it was moved,
+ including links (as in `libimaglink`)?
+ - [ ] If the content of a file changes, does the content hash get updated
+ automatically?
+
+("automatically" is a strechable term here, as these things have to be triggered
+by the user anyways)
+