diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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). |
