aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-08 01:23:56 +0800
committerGravatar Runxi Yu2026-03-08 01:23:56 +0800
commitca9f18027bb609856ee492d5055501d5bca84d4b (patch)
tree9fedd4fb2c5ca26df33312c05a8bc4d436df3323 /TODO
parentformat/pack/ingest: Use Options; don't require EOF (diff)
signatureNo signature
TODO: Add Progress/Error stream note
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index f7920d24..8e7f2424 100644
--- a/TODO
+++ b/TODO
@@ -13,3 +13,5 @@ So the to-do list in README.md is more
- Definitely should stop string matching on errors
* Design some way to pass commit graphs, or if possible, entire repo
objects to hooks. Unfortunately this is more difficult than it sounds.
+* Maybe the Progress/Error writers should return error on creation
+ instead of automatically discarding content?