shithub: furgit

Download patch

ref: 0e62ab0022d95b4b0e6444abf6984d1c598a0c93
parent: ab2df01dcb1579ceb0e79487875cc8a89f90003e
author: Runxi Yu <me@runxiyu.org>
date: Mon Jan 26 04:45:42 EST 2026

TODO: Merge TODO files

--- a/TODO
+++ /dev/null
@@ -1,1 +1,0 @@
-consider making Ref an interface satisfied by concrete RefDetached, RefSymbolic
--- 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
--