summary refs log tree commit diff stats
path: root/tests/trmacros/trmacros_various.nim
Commit message (Collapse)AuthorAgeFilesLines
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | * continue #9582 for consts, close #9331, fix #20114 also move extractPragma to ast to pave the way for things like {.strdefine: "abc".} etc * changelog correctly * fix jsgen * update tgetimpl * fix sighashes * fix #19766, add comment about postfix * fix noRewrite LOL refs #16620 * fix changelog * fix destructors
* Merge tests into a larger file (part 8 of ∞) (#9583)Miran2018-11-061-0/+110
* merge tuple tests * merge trmacros tests * merge template tests