Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge macros tests (#9367) | Miran | 2018-10-14 | 1 | -21/+0 |
| | |||||
* | Do not materialize empty varargs[untyped] arrays (#8715) | LemonBoy | 2018-08-31 | 1 | -0/+21 |
When an empty nkArgList `varargs[untyped]` is passed around it is now reused for efficiency sake and to prevent the introduction of a spurious element: before this commit we'd pass the caller a nkArgList[nkHiddenStdConv[nkBracket]] node instead of just an empty nkArgList. Fixes #8706 |