You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caused by scala/scala#6096, I presume. so this is working as intended, but also there's room for further improvement, e.g. by making it possible for a macro author to control which behavior is intended. @som-snytt is there a ticket of record on that?
Given
scalacOptions ++= Seq("-Xfatal-warnings", "-Ywarn-unused")
and simple macro:Following code compiles in
2.12.3
:But fails in
2.12.4
:The text was updated successfully, but these errors were encountered: