Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #12334; keeps `nkHiddenStdConv` for cstring conversions (#23216) | ringabout | 2024-01-18 | 1 | -0/+10 |
| | | | | | | fixes #12334 `nkHiddenStdConv` shouldn't be removed if the sources aren't literals, viz. constant symbols. | ||||
* | Fixed template const tuple unpacking (#18562) | Jason Beetham | 2021-07-23 | 1 | -0/+10 |
| | |||||
* | fix https://github.com/timotheecour/Nim/issues/718: CompileTime is not ↵ | Timothee Cour | 2021-05-05 | 1 | -2/+5 |
| | | | | cached apparently (#17940) | ||||
* | add logging to help investigate why tests/vm/tconst.nim is flaky (#17934) | Timothee Cour | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | misc fixes: remove `forceConst` (obsolete by static), add more ↵ | Timothee Cour | 2021-05-01 | 1 | -0/+35 |
runnableExamples to system (#17896) * misc fixes * add runnableExamples for compileOption * add runnableExamples for runnableExamples * move tconsteval => tconst * cleanup |