Roman Janusz

Results 38 comments of Roman Janusz

No, unfortunately silencer can't do this. This may be possible with `-Wconf` option available in Scala 2.13.

Thanks for the report and reproduction. Without looking into details right now, this may be caused by the same problem as https://github.com/ghik/silencer/issues/7 which is ultimately a problem in the `semanticdb`...

This is most likely still the fault of `scalameta` plugin. The [workraround](https://github.com/ghik/silencer/issues/7#issuecomment-383284150) probably does not work for Scala 2.13.1 because reporters have been refactored in scalac by @lrytz (https://github.com/scala/scala/pull/8338). `semanticdb`...

This is most likely going to be fixed by https://github.com/scalameta/scalameta/pull/1992

@nilskp which Scala version are you on?

I think `% Compile` is the same thing as no specifier at all. `Provided` was used because silencer is a compile-time only dependency. It's weird that it wasn't on _compile_...

Seems like `sbt` does not enable compiler plugins when generating documentation. It _should_ be easy to do that manually but currently I don't know exactly how to do it. Here's...

Thanks @eed3si9n, that's interesting. Then it seems that silencer was somehow not properly enabled for `doc` in projects of @solarmosaic-kflorence and @seglo - can you please share your `build.sbt` or...

Hi, I'm not aware of any MongoDB projection operator that would do this (please let me know if you find one). Assuming that there is no such operator in MongoDB...

Oh, nice, I didn't know about that. We will add support for it.