Skip to content

Replace useless @SerialVersionUID error by a warning #12505

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

Merged
merged 1 commit into from
May 18, 2021

Conversation

smarter
Copy link
Member

@smarter smarter commented May 17, 2021

akka has this annotations on some traits and cannot remove it without
breaking binary-compatibility on 2.12, they worked around this error
by using a compiler plugin, but we can just downgrade the error to
warning so they don't have to keep doing something that horrifying.
/cc @andreaTP

akka has this annotations on some traits and cannot remove it without
breaking binary-compatibility on 2.12, they worked around this error
by using a compiler plugin, but we can just downgrade the error to
warning so they don't have to keep doing something that horrifying.
@andreaTP
Copy link
Contributor

Thanks for removing my excuse for playing around with Scala 3 compiler plugins :-P

@smarter smarter merged commit e3a1414 into scala:master May 18, 2021
@smarter smarter deleted the svuid-trait-warning branch May 18, 2021 10:58
@Kordyjan Kordyjan added this to the 3.0.1 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants