-
Notifications
You must be signed in to change notification settings - Fork 55
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
Migrate to scalac-options library #107
Conversation
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.
Nice 🚀
06de067
to
0b94465
Compare
I think this is good to go, but I'd like to get a fix for #102 out on 0.4.x before merging |
I think it happened. Is this unblocked now? |
@DavidGregory084 what's the status on this? seems fine to be merged |
Hey @laughedelic, @mihaisoloi you're right - this should have been merged. I will try to resynchronise scalac-options and sbt-tpolecat next week so that we can merge this. |
0b94465
to
31807e9
Compare
@@ -84,6 +84,7 @@ val Scala212Options = | |||
"-Xlint:by-name-right-associative", | |||
"-Xlint:constant", | |||
"-Xlint:delayedinit-select", | |||
"-Xlint:deprecation", |
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.
Backported to Scala 2.12.13 in scala/scala#9248
@@ -111,6 +112,7 @@ val Scala212Options = | |||
"-Ywarn-unused:params", | |||
"-Ywarn-unused:patvars", | |||
"-Ywarn-unused:privates", | |||
"-Ywarn-unused:nowarn", |
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.
Also backported in scala/scala#9248
This is good to go. Unfortunately we're just waiting for Maven Central sync on scalac-options 0.1.3! |
Migrates the plugin to use the typelevel/scalac-options library. Fixes #104.
This is not a binary compatible change.