summary refs log tree commit diff stats
path: root/tests/stdlib/tmacros.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #17454 (#17461)Timothee Cour2021-03-231-1/+4
|
* Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)Aditya Siram2020-12-031-0/+9
* Fixes #16219, `hasArgOfName` ignoring argument sets. * Fix test and simplify ident traversal. * Moved test into a block and removed some boilerplate. * Fix some argument formatting. * use ..< * Change the preceding line too Co-authored-by: Clyybber <darkmine956@gmail.com>