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

add C++11-like smart pointers to fusion #8

Closed Araq closed 3 years ago

Araq commented 4 years ago

Todo before merging:

planetis-m commented 3 years ago
  • Enforce the combination of --threads:on and --gc:orc or --gc:arc or whatever it is we require.

I think UniquePtr doesn't have to require threads:on, at least for me it was proven useful without it.

planetis-m commented 3 years ago

Can this be merged as is? Follow up PRs can address the review comments. It's better than bit-rotting.