Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backwards-compatible support for keyword arguments in the command syntax | Zahary Karadjov | 2018-05-07 | 1 | -2/+3 |
| | |||||
* | Bugfix: Allow matching on nkExprEqExpr against varargs[untyped] | Zahary Karadjov | 2018-05-07 | 1 | -0/+15 |
| | | | | | | | | | This enables macros accepting arbitrary keyword arguments: log("foo", prop1 = "bar", prop2 = "baz") As an added bonus, simple templates with varargs arguments can now forward their params to procs accepting keyword arguments. | ||||
* | fix varargs forwarding for templates; fixes #5455 (#5505) | zah | 2017-03-13 | 1 | -0/+37 |
* fix varargs forwarding for templates; fixes #5455 * document the macros' varargs change in the news for 0.16.2 |