> The RTree test.nim from > [https://github.com/StefanSalewski/RTree/tree/master/tests](https://github.com/StefanSalewski/RTree/tree/master/tests) > compiles but running the executable gives an assertion error. Funny.
That test is also part of our test suite and is so complex that it doesn't run on 32 bits, nor in C++ mode nor could it be "joined" into our larger test. So I'm not blaming ARC for its failure, IMHO it never actually worked. :P > Unfortunately gintro apps seems not to compile, seems that finalizers are not > supported. I said that in the beginning and also what to use instead. > But without finalizers support -- again no idea what I could do. Read it again. Or look at the current implementation of `re.nim`.
