Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #17159 items(cstring) works in VM (#17160) | Timothee Cour | 2021-02-24 | 1 | -16/+0 |
| | | | | | | | | | * fix #17159 items(cstring) works in VM * improve test coverage tests/stdlib/tcstring.nim; add helpers: whenRuntimeJs, whenVMorJs * document items(cstring) * address comments | ||||
* | Fixed codegen for constant cstring with --gc:arc (#13326) | Ico Doornekamp | 2020-02-04 | 1 | -0/+16 |
* Fixed codegen for constant cstring with --gc:arc, fixes #13321 * Added test for #13321 |