Skip to content

Commit c7e4e20

Browse files
committed
enable nimLazySemcheckAfterSystem, nimLazySemcheckComplete for NIM_TEST_PACKAGES
1 parent 27e68f6 commit c7e4e20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/config.nims

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ when defined(nimStrictMode):
1414
# switch("hint", "ConvFromXtoItselfNotNeeded")
1515
switch("hintAsError", "ConvFromXtoItselfNotNeeded")
1616
# future work: XDeclaredButNotUsed
17+
18+
# PRTEMP, should be only in $nim_prs_D/tests/config.nims but we also want a quick and dirty way to test on NIM_TEST_PACKAGES
19+
switch("define", "nimLazySemcheckAfterSystem")
20+
switch("define", "nimLazySemcheckComplete")

0 commit comments

Comments
 (0)