-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Since the new runtime will depend on implicit try finally constructs quite a bit more than it used to, it's important we ensure the C++ target is alive and kicking. For this Nim's tester testament and the CIs need a mode that run every non-JS-test with nim cpp so that we can see where we used importc constructs etc that bite with the C++ target (this will be mostly const issues).