summary refs log tree commit diff stats
path: root/tests/system/tostring.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * fixes ptr to cstring warnings[backport] * add fixes Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * deprecate unsafeAddr; extend addr addr is now available for all addressable locations, unsafeAddr is deprecated and become an alias for addr * follow @Vindaar's advice * change the signature of addr * unsafeAddr => addr (stdlib) * Update changelog.md * unsafeAddr => addr (tests) * Revert "unsafeAddr => addr (stdlib)" This reverts commit ab83c99c507048a8396e636bf22d55fdd84d7d1c. * doc changes; thanks to @konsumlamm Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-1/+1
| | | | | * style usages (openArray) * revert doc changes
* fix #16650 (#16660)flywind2021-01-101-7/+12
|
* Clean out Deprecated proc (#14797)Juan Carlos2020-06-291-2/+2
| | | | * Remove and/or clean out Deprecated 'add' proc for floats * Update a test
* Revert "printing float values will have one more digit. (#13276) [backport]" ↵Timothee Cour2020-02-081-0/+4
| | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe.
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-4/+0
| | | | * printing float values will have one more digit. Fixes #13196
* megatest can be executedArne Döring2018-12-111-1/+4
|
* fixes #8847Araq2018-09-031-1/+9
|
* make tests green againAndreas Rumpf2018-08-181-1/+1
|
* fixes more nil handling regressionsAraq2018-08-131-7/+3
|
* VM: accessing the string terminator is not allowed anymore; cleanup ↵Andreas Rumpf2018-07-171-0/+113
tests/system/tostring.nim