Doug Tangren
Doug Tangren
:wave: I've received a report from users of an action I maintain with similar warnings. In my case I define an input as a pattern rather than a static name...
Has anyone started working on this? This is going to become a priority from my team soon. We're working on replacing our reliance on sbt in our jenkins pipeline with...
👍 I was looking through the [machinery](https://github.com/scoverage/sbt-scoverage/blob/master/src/main/scala/scoverage/ScoverageSbtPlugin.scala#L72-L83) that ties scoverage into sbt, and it looks like it may be possible to to just opt into code coverage for a regular...
opt in meaning maybe this is possible today without any additional changes and when the coverage story in bazel settles something like this could then just become a conveniences of...
My guess is it'll be the same as the test_filter flag story. When x is present in the env ( or args ) do y. My guess about where the...
@johnynek do you know ( specifically for scalac ) if there needs to be anything special done for scalac plugins to set up a special kind of classpath separate form...
@sdtwigg I'm more of a consumer than a producer in this case. I'm using the scoverage plugin and runtime jars from maven central and trying to provide them as a...
Now I'm thinking there may be something to do with the bootclasspath which may actually be related to an open bug with [scala](https://issues.scala-lang.org/browse/SI-8358). One thing I failed to mention above...
I have a little bit more mental energy to this but I'm still stumped on the `scala.xml.NameSpace` issue. Though I was reminded that in order for scoverage to instrument code...
How do you make a deploy_jar without a main class, do scalac plugins run with a java main? Also, I can kind of half confirm the deploy_jar thing works. I...