We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When you use scala-collection-compat library together with the silencer-plugin compiler plugin, you get errors like this:
scala-collection-compat
silencer-plugin
[error] /home/runner/work/izumi-reflect/izumi-reflect/izumi-reflect/izumi-reflect/src/main/scala/izumi/reflect/internal/fundamentals/collections/IzMappings.scala:26:4: expected literal string as @nowarn annotation argument [error] @nowarn("msg=deprecated") [error] ^
Workaround is to drop silencer-plugin, but that might not be the desired solution.
Related: zio/izumi-reflect#121 #413 (comment) #417
/cc @SethTisue @ekrich
The text was updated successfully, but these errors were encountered:
@ghik I assume this would be actionable in your repo, rather than here?
Sorry, something went wrong.
@SethTisue looks like it, please report in silencer
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
When you use
scala-collection-compat
library together with thesilencer-plugin
compiler plugin, you get errors like this:Workaround is to drop
silencer-plugin
, but that might not be the desired solution.Related:
zio/izumi-reflect#121
#413 (comment)
#417
/cc @SethTisue @ekrich
The text was updated successfully, but these errors were encountered: