summary refs log tree commit diff stats
path: root/tests/template/utemplates.nim
Commit message (Collapse)AuthorAgeFilesLines
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* remove some noises in tests (#16448)flywind2020-12-271-3/+3
|
* Remove immediate pragma (#11308)Arne Döring2019-05-291-5/+10
| | | | | * remove immediate from tests * remove immediate from the compiler
* Remove expr/stmt (#5857)Arne Döring2017-07-251-8/+7
|
* fixed the tester; more tests greenAraq2015-03-101-3/+3
|
* unittest module works againAraq2014-01-181-1/+1
|
* new tester; all tests categorizedAraq2014-01-131-0/+32