-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unused imports are not reported in 2.13.2 #22
Comments
it appears from https://github.com/DavidGregory084/sbt-tpolecat/blob/master/src/main/scala/io/github/davidgregory084/TpolecatPlugin.scala that the plugin does enable Not sure, but perhaps it's something specific to your code (and perhaps ultimately there's a scalac bug involved). Attempting to isolate the problem would resolve the question one way or the other. |
Thanks for the response, I managed to reproduce the problem with a simple project https://github.com/GuillaumeSaintRaymondSonos/sbt-tpolecat-circe/ By default, unused warning reporting is working well with Scala 2.13.2 but when I add circe dependency and after adding a |
sounds like not a problem in this repo, then. sounds to me like you should try circe issue tracker next, if the problem isn't reproducible without circe. I wonder if it's related to scala/scala#8799 if you're really determined to track this down, one path forward would be to use |
All good, thx a lot ! Will close the ticket here. |
Scala 2.13.3 fixed the issue ! |
Works great with Scala
2.13.1
, tried with last version0.1.12
.Is this something known ?
I see that on the README, it's tested only with 2.13.1
The text was updated successfully, but these errors were encountered: