-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Turn more -Xsource:3
errors into fatal warnings
#10511
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
Conversation
But wait, there's more! |
else | ||
refchecksWarning(member.pos, msg, WarningCategory.OtherNullaryOverride, action) | ||
val cat = if (currentRun.isScala3) WarningCategory.Scala3Migration else WarningCategory.OtherNullaryOverride | ||
refchecksWarning(member.pos, msg, cat, action) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will conflict with my PR for the other ticket, which I can't PR just now because I'm watching Heroes.
Rebased on top of #10512 |
-Xsource:3
errors into fatal warnings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is primarily a "I'm okay with this going into 2.13.12" review. as in "we don't need to reset the community testing clock". let's still see what Som says
I added a commit on my PR to remove the stale check file. |
Handle disjoint interface with Java.
needs rebase |
followup to #10439