summary refs log tree commit diff stats
path: root/tests/template/template_various.nim
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
| | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff
* fix codegen bug due to changing existing symbol declaration in template (#14666)jcosborn2020-06-151-0/+106
|
* closes #7117Andreas Rumpf2019-08-221-2/+16
|
* Remove immediate pragma (#11308)Arne Döring2019-05-291-16/+0
| | | | | * remove immediate from tests * remove immediate from the compiler
* Allow void macro result (#11286)Arne Döring2019-05-211-7/+5
| | | | | * allow void macro result * add test for void macro result type
* fix #9647 tmpl=>nimf (#9658)Timothee Cour2018-11-141-1/+1
|
* Merge tests into a larger file (part 8 of ∞) (#9583)Miran2018-11-061-0/+251
* merge tuple tests * merge trmacros tests * merge template tests