We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove -Xlint:byname-implicit in 2.13
-Xlint:byname-implicit
Its noisy and conflicts with everything, and makes upgrading in combination with sbt-tpolecat require manual annotations on every single derivation.
scala/bug#12072
Pureconfig response - https://github.com/pureconfig/pureconfig/pull/783/files
The text was updated successfully, but these errors were encountered:
The scalac flag to address is -Xlint:-byname-implicit
-Xlint:-byname-implicit
Sorry, something went wrong.
byname-implicit
Successfully merging a pull request may close this issue.
Remove
-Xlint:byname-implicit
in 2.13Its noisy and conflicts with everything, and makes upgrading in combination with sbt-tpolecat require manual annotations on every single derivation.
scala/bug#12072
Pureconfig response -
https://github.com/pureconfig/pureconfig/pull/783/files
The text was updated successfully, but these errors were encountered: