Skip to content

Commit 764fe81

Browse files
committed
keep the default as non-lazy semchecking
1 parent 1ff33c8 commit 764fe81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.nims

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ when defined(nimStrictMode):
1515
switch("hintAsError", "ConvFromXtoItselfNotNeeded")
1616
# future work: XDeclaredButNotUsed
1717

18-
# when getEnv("NIM_TEST_PACKAGES") == "1":
19-
when true:
20-
# PRTEMP quick and dirty way to test on NIM_TEST_PACKAGES
18+
when false:
19+
# we could use `getEnv("NIM_TEST_PACKAGES") == "1"` to test
20+
# on NIM_TEST_PACKAGES
2121
switch("define", "nimLazySemcheckAfterSystem")
2222
switch("define", "nimLazySemcheckComplete")

0 commit comments

Comments
 (0)