aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-26 09:45:42 +0100
committerGravatar Runxi Yu2026-01-26 09:45:42 +0100
commit0e62ab0022d95b4b0e6444abf6984d1c598a0c93 (patch)
tree0200c47cc282207f5d08f0080fb505ffc1821445
parentconfig: Note that we don't support includes yet (diff)
signatureNo signature
TODO: Merge TODO files
-rw-r--r--TODO1
-rw-r--r--TODO.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index cfe55ef2..00000000
--- a/TODO
+++ /dev/null
@@ -1 +0,0 @@
-consider making Ref an interface satisfied by concrete RefDetached, RefSymbolic
diff --git a/TODO.md b/TODO.md
index 0c1eacf8..9c11b880 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,6 +6,8 @@
they continue from that point (passing along some state such as
the packLocation to avoid re-resolving the location from index
files).
+* consider making Ref an interface satisfied by concrete RefDetached,
+ RefSymbolic
* There may be some cases where integer overflows are handled
incorrectly.
* Use https://pkg.go.dev/simd/archsimd@go1.26rc1 for SIMD instead of assembly