+10
-11
Diff
round #0
-11
README.md
-11
README.md
···
196
196
maintained indefinitely and may be redistributed consistent with
197
197
this project or the open source license(s) involved.
198
198
```
199
-
200
-
## Internal to-do list
201
-
202
-
* Consider adding repository methods that attempt to resolve objects
203
-
of a particular type. They would attempt to resolve the object's
204
-
header and return an error if the type mismatches; if it matches,
205
-
they continue from that point (passing along some state such as
206
-
the packLocation to avoid re-resolving the location from index
207
-
files).
208
-
* There may be some cases where integer overflows are handled
209
-
incorrectly.
+10
TODO.md
+10
TODO.md
···
1
+
## Internal to-do list
2
+
3
+
* Consider adding repository methods that attempt to resolve objects
4
+
of a particular type. They would attempt to resolve the object's
5
+
header and return an error if the type mismatches; if it matches,
6
+
they continue from that point (passing along some state such as
7
+
the packLocation to avoid re-resolving the location from index
8
+
files).
9
+
* There may be some cases where integer overflows are handled
10
+
incorrectly.
History
1 round
0 comments
runxiyu.tngl.sh
submitted
#0
1 commit
expand
collapse
0f4a7e8c
README: Remove internal todo list and put it in a separate file
expand 0 comments
pull request successfully merged