aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-06-13 16:41:45 +0000
committerGravatar Runxi Yu2026-06-13 16:41:45 +0000
commitaa6e35482d043ff15aeb3e8f83e7e0f0142786c8 (patch)
treeaa9b64a76574456b94e7f990fb3b5bf47b42497d
parentobject/fetch: Fix remaining test (diff)
TODO: Object ownership is done
-rw-r--r--TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO b/TODO
index ba08c728..b64505fe 100644
--- a/TODO
+++ b/TODO
@@ -24,8 +24,4 @@
* Multithreading
* Over-read footgun
-* Object ownership
- * how cloning objects works, how mutating objects from stored.Stored
- behaves, who owns the memory object fields reference, and where copying
- can be reduced.
- * which object ID length mismatches should panic vs error
+* which object ID length mismatches should panic vs error