expandMacros compilation error in nim-1.4.0

2020-10-23 Thread slonik_az
Filed bug report (regression) as per @Araq suggestion

expandMacros compilation error in nim-1.4.0

2020-10-23 Thread Araq
Please report regressions on our github issue tracker. Thanks!

expandMacros compilation error in nim-1.4.0

2020-10-22 Thread slonik_az
The following code compiles (and runs) perfectly fine under 1.2.6 and 1.2.8 but fails compilation in 1.4.0 import std/macros template mk_discard*(macroName: untyped): untyped = macro `macroName`(args: varargs[untyped]): untyped = d