Hadrien Chauvin
Hadrien Chauvin
> Asynchronous submission is an orthogonal concern: that being said, we are planning on providing such a feature natively in Reflow. > I view this as an orthogonal concern: an...
Awesome, thanks!
I have a workable draft for code coverage for Kotlin which seamlessly integrates with how Bazel collects code coverage for Java (https://github.com/bazelbuild/rules_kotlin/pull/52/commits/fd27f16b2e2c76a1eeb83f0c7730b827d4b23f42), I think a similar approach could be used...
Wouldn't it be better to use the Build Event Protocol to extract test outputs instead of attempting to parse stderr? This is what bazelci with Buildkite is doing, as is...
Hi @agasparovic-sabre, thanks for the PR, much appreciated :) I haven't touched this repo in a while, I'm going to refresh a few thing over the weekend and merge your...
https://github.com/logrhythm/bazel-coverage-report seems a good candidate. I'm archiving the project.
One thing that probably should be discussed is how to import the build event stream dependency. I shied away from including the Bazel code base as a dependency, and I...
Oops I just saw #32 and #45 which are definitely relevant, sorry for the duplicate, I don't know how I could have missed that. I also saw https://github.com/bazelbuild/rules_scala/pull/364. I actually...
Actually it can. They are subject to makevar expansion and are available with the dictionary ctx.var. I think that it is not a well-known feature because 1) it is not...
Even with a shared cache, this proposal still reduces the time to run WorkspaceDriverIntegrationTest locally by around 50% (I have a draft of the solution), so I think it still...