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
This guard means that I cannot create another annotation that calls the macro
if (typed.tpe.typeSymbol.fullName == "simulacrum.typeclass") {
is there a reason for this? I would very much like to be able to create annotation aliases in my project Predef, but type aliases do not work due to scalamacros/paradise#8 The workaround would be to create my own annotation that calls the macro, but this check disables it.
The text was updated successfully, but these errors were encountered:
This guard means that I cannot create another annotation that calls the macro
is there a reason for this? I would very much like to be able to create annotation aliases in my project
Predef
, but type aliases do not work due to scalamacros/paradise#8 The workaround would be to create my own annotation that calls the macro, but this check disables it.The text was updated successfully, but these errors were encountered: