How are you able to use finalizers? Shouldn't those be replaced with destroy hooks to be Nim 2 compatible? At least that's what I ran into doing a similar update recently.
- A custom '=destroy' hook which takes a 'var T' parameter is dep... drkameleon
- A custom '=destroy' hook which takes a 'var T' parameter i... ggibson