aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ddd46a07..63562551 100644
--- a/README.md
+++ b/README.md
@@ -199,3 +199,12 @@ By making a contribution to this project, I certify that:
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
```
+
+## Random internal to-do list
+
+* Consider adding repository methods that attempt to resolve objects
+ of a particular type. They would attempt to resolve the object's
+ header and return an error if the type mismatches; if it matches,
+ they continue from that point (passing along some state such as
+ the packLocation to avoid re-resolving the location from index
+ files).