summary refs log tree commit diff stats
path: root/tests/template/tredefinition_override.nim
Commit message (Collapse)AuthorAgeFilesLines
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-231-0/+33
* 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>