bug
bug copied to clipboard
Macros should support named/default parameters
(No description for SI-5920.)
Imported From: https://issues.scala-lang.org/browse/SI-5920?orig=1 Reporter: @xeno-by Affected Versions: 2.10.0
@xeno-by said: https://github.com/scala/scala/pull/3397
@xeno-by said: Apparently this will have to wait until 2.11.1: https://github.com/scala/scala/pull/3543
@xeno-by said: Setting priority to critical so that I don't forget to look into it later.
@xeno-by said: https://github.com/scala/scala/pull/3684
@xeno-by said: https://github.com/scala/scala/pull/3753
@xeno-by said: Btw, @retronym, how about we merge something that actually fixes the bug to appease JIRA? :)
Bruno Bieth (mustaghattack) said: Hi guys, I'd be great to have this :) I've had to use this poor workaround in my project: https://github.com/backuity/clist/blob/master/macros/src/main/scala/org/backuity/clist/package.scala#L13 Thanks
+1