-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
macroRW: method annotate in trait Annotator is deprecated: Not used, left for binary compatibility #582
Comments
Seems related to #579. @mrdziuban do you have any idea what's happening here? |
I'm taking a look but can't reproduce it with your code snippet @avhou. It compiles without deprecation both in Scastie and on my laptop. Are you using |
As far as I can tell, the only call to This is a shot in the dark, but is it possible that there's an incremental compilation issue involved here? That is, the macro invocation in your code wasn't recompiled so the code produced by Have you tried a |
@mrdziuban sorry, I forget to mention, I'm not using Sorry I didn't think of this, thank you kindly for the quick replies! |
No worries! So you're all set and this is good to close? |
Hi,
after upgrading from
3.3.0
to3.3.1
I'm getting compile issues when automatically derivingReadWriter
s usingmacroRW
. Error message is :method annotate in trait Annotator is deprecated: Not used, left for binary compatibility
.I'm using scala
2.13.14
, sbt1.10.0
I have a hierarchy like this :
This compiled in
3.3.0
but no longer does in3.3.1
. Am I missing something obvious here?thanks!
The text was updated successfully, but these errors were encountered: