The following minimal example will fail to compile with nim c -d:useNimRtl --threads:on
setupForeignThreadGc()
This is one of many issues that were uncovered while trying to test existing projects with --hotCodeReloading:on. It would be really nice if someone adds supports in testament for running the entire test suite with -d:useNimRtl.
Most helpful comment
This is one of many issues that were uncovered while trying to test existing projects with
--hotCodeReloading:on. It would be really nice if someone adds supports in testament for running the entire test suite with-d:useNimRtl.