-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests and then official support for Scala 3 macros handling Scala 2.13 code and vice-versa #280
Comments
It seems that cross-compilation 2.13 and 3 despite being advertised as working ("sbt sandwich") still does NOT work (sbt/sbt#7405) |
Removed from 0.8.0 milestone, as this has a low priority and I am unable to add these test until sbt-projectmatrix fix "sbt sandwich". |
At this point I am not sure if this is useful to anyone (nobody asked for it anyway), so am closing it. |
It became possible with sbt/sbt-projectmatrix#97 (release https://github.com/sbt/sbt-projectmatrix/releases/tag/v0.10.1) |
Once support for features currently supported in 2.13 is provided for Scala 3, add tests and later implementations verifying work with Scala 3 specific features:
-Ytasty-reader
should:case
has isval
instead ofcase object
)@BeanProperty
(annotation changed behavior in Scala 3)@BeanProperty
(annotation changed behavior in Scala 3)the type test for Type cannot be checked at runtime
issueThe text was updated successfully, but these errors were encountered: