summary refs log tree commit diff stats
path: root/tests/trmacros/trmacros_various2.nim
Commit message (Collapse)AuthorAgeFilesLines
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test CI for template redefinitions * adapt asyncmacro * fix quote * fix again * try something else * revert * fix ioselectors_select, disable packages CI * adapt more tests & simplify * more * more * more * rename to redefine, warn on implicit redefinition * basic documentation [skip ci] * Update compiler/lineinfos.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* fixes #7524Araq2019-01-141-0/+10
|
* Merge tests into a larger file (part 8 of ∞) (#9583)Miran2018-11-061-0/+79
* merge tuple tests * merge trmacros tests * merge template tests