We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff33c8 commit 764fe81Copy full SHA for 764fe81
config/config.nims
@@ -15,8 +15,8 @@ when defined(nimStrictMode):
15
switch("hintAsError", "ConvFromXtoItselfNotNeeded")
16
# future work: XDeclaredButNotUsed
17
18
-# when getEnv("NIM_TEST_PACKAGES") == "1":
19
-when true:
20
- # PRTEMP quick and dirty way to test on NIM_TEST_PACKAGES
+when false:
+ # we could use `getEnv("NIM_TEST_PACKAGES") == "1"` to test
+ # on NIM_TEST_PACKAGES
21
switch("define", "nimLazySemcheckAfterSystem")
22
switch("define", "nimLazySemcheckComplete")
0 commit comments