mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-05 07:03:12 +00:00
comment on ds addr
This commit is contained in:
parent
5ec9cb8daa
commit
27adbeb77e
@ -74,6 +74,9 @@ proc new*[T](
|
||||
## of the `ds` argument, which is a temporary stack location.
|
||||
##
|
||||
## not sure how to fix this while using GC types
|
||||
## just taking the address of the var location sorta works, but
|
||||
## crashes now as well, but later. likely due to datastore now being
|
||||
## on two GC heaps?
|
||||
|
||||
echo ""
|
||||
echo "TaskCtx:new: ", "addrOf: ", addrOf(result).pointer.repr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user