Nim: `setupForeignThreadGc` is not available when compiling with `-d:useNimRtl`

Created on 8 Jan 2019  路  1Comment  路  Source: nim-lang/Nim

The following minimal example will fail to compile with nim c -d:useNimRtl --threads:on

setupForeignThreadGc()

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings