You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[E] [E1] test/shared/src/main/scala/zio/test/TimeVariants.scala
[E] undefined: new com.github.ghik.silencer.silent # -1: TermRef(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class ghik)),object silencer),silent),<init>) at extractSemanticDB
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: