summary refs log tree commit diff stats
path: root/tests/tools/config.nims
Commit message (Collapse)AuthorAgeFilesLines
* fix #13790; ptr char (+friends) should not implicitly convert to cstring ↵ringabout2022-11-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#20761) * 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>
* make koch and tools work with `nimPreviewSlimSystem` (#20459)ringabout2022-09-301-0/+1