mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
* fix =#13790 ptr char (+friends) should not implicitly convert to cstring * Apply suggestions from code review * first round; compiles on windows * nimPreviewSlimSystem * conversion is unsafe, cast needed * fixes more tests * fixes asyncnet * another try another error * last one * true * one more * why bugs didn't show at once * add `nimPreviewCstringConversion` switch * typo Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
4 lines
149 B
Nim
4 lines
149 B
Nim
switch("styleCheck", "usages")
|
|
switch("styleCheck", "error")
|
|
switch("define", "nimPreviewSlimSystem")
|
|
switch("define", "nimPreviewCstringConversion") |