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
Scala 3 won't support macro annotation, which will break a number of open-source libraries.
AFAIK there is no "official" documented alternative and the only solution currently being tested by the community is to generate code using Scalafix (see simulacrum-scalafix).
The migration guide should offer alternatives to macro annotations.
The text was updated successfully, but these errors were encountered:
Scala 3 won't support macro annotation, which will break a number of open-source libraries.
AFAIK there is no "official" documented alternative and the only solution currently being tested by the community is to generate code using Scalafix (see simulacrum-scalafix).
The migration guide should offer alternatives to macro annotations.
The text was updated successfully, but these errors were encountered: