Open chessman opened 1 year ago
Thanks for reporting! Looks like the silencer plugin interferes here? Does it work if it's disabled?
@tgodzik It is used in ZIO, so probably it's not possible to disable it. test/shared/src/main/scala/zio/test/TimeVariants.scala:
import com.github.ghik.silencer.silent
...
@silent("JavaConverters")
final def zoneId(implicit trace: Trace): Gen[Any, ZoneId] =
Looks like a bug in semanticdb anyway, we probably need to fix it there.
As for silencer, it could probably be removed in favour of nowarn
NOTE: Scala 2.13.2 and 2.12.13 introduced https://github.com/scala/scala/pull/8373. This means that unless you're still cross compiling for Scala 2.11, this plugin is obsolete, and you should use [@nowarn](https://www.scala-lang.org/api/current/scala/annotation/nowarn.html).
Bloop version: 1.5.4 Scala: 3.2.1 ZIO: 2.0.2
bloop compile
returns an error: