summary refs log tree commit diff stats
path: root/tests/macros/tmacros_various.nim
Commit message (Collapse)AuthorAgeFilesLines
* proc params as syms (#15332)cooldome2020-09-161-0/+8
| | | | | | | | | | | | | | | | | * proc params are now syms * Fix typesrenderer * Add testcase for disrupteks issue * fix test * Trigger build * Trigger build * Trigger build Co-authored-by: Clyybber <darkmine956@gmail.com>
* Fix #5691 (#15158)Clyybber2020-08-271-0/+15
| | | | | | | | * Fix #5691 * Cleanup and thoughts * Use scope approach * Seperate defined/declared/declaredInScope magics * Fix declaredInScope * Update spec accordingly
* enable,document,test getImplTransformed, very useful for understanding how ↵Timothee Cour2020-07-181-0/+20
| | | | | | nim transforms code (#14924) * enable,document,test getImplTransformed, very useful for understanding how nim transforms code
* add legacy workaround; improve test so that it actually tests for the bugfixTimothee Cour2020-06-191-31/+7
|
* Update tuple newLitsolo9892020-06-191-0/+32
|
* fix macrocache implementation (#11404)andri lim2019-06-051-1/+53
| | | | | | * macrocache improvements * fix macrocache implementation
* added a nice test case for macro based lookup tablesAraq2019-06-041-0/+28
|
* fix for return in macro (#9666); fixes #5874Arne Döring2019-05-201-1/+1
|
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-231-5/+10
|
* More descriptive names of test files (#9531)Miran2018-10-291-0/+111
* change generic `tissues` name to more specific * change `tvarious` to more specific names