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 891329c commit 772ed5eCopy full SHA for 772ed5e
compiler/pathutils.nim
@@ -12,7 +12,7 @@
12
13
import os, pathnorm
14
15
-when defined(nimSlimSystem):
+when defined(nimPreviewSlimSystem):
16
import std/syncio
17
18
type
lib/posix/posix.nim
@@ -37,7 +37,7 @@
37
when defined(nimHasStyleChecks):
38
{.push styleChecks: off.}
39
40
41
42
43
# TODO these constants don't seem to be fetched from a header file for unknown
tests/test_nimscript.nims
@@ -5,7 +5,7 @@
5
6
from stdtest/specialpaths import buildDir
7
8
9
10
11
import std/[
0 commit comments