nim-lang / fusion

Fusion is for now an idea about how to grow Nim's ecosystem without the pain points of more traditional approaches.
MIT License
128 stars 16 forks source link

Make module smartptrs compile and expand tests #36

Closed planetis-m closed 3 years ago

planetis-m commented 3 years ago

Note: ConstPtr[T] {.borrow: `.`.} = distinct SharedPtr[T] doesn't seem to compile so as a workaround I casted everywhere to the basetype.