summary refs log tree commit diff stats
path: root/tests/vm/tconst.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #12334; keeps `nkHiddenStdConv` for cstring conversions (#23216)ringabout2024-01-181-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 Beetham2021-07-231-0/+10
|
* fix https://github.com/timotheecour/Nim/issues/718: CompileTime is not ↵Timothee Cour2021-05-051-2/+5
| | | | cached apparently (#17940)
* add logging to help investigate why tests/vm/tconst.nim is flaky (#17934)Timothee Cour2021-05-041-1/+1
|
* misc fixes: remove `forceConst` (obsolete by static), add more ↵Timothee Cour2021-05-011-0/+35
runnableExamples to system (#17896) * misc fixes * add runnableExamples for compileOption * add runnableExamples for runnableExamples * move tconsteval => tconst * cleanup