Gergely Fábián

Results 122 comments of Gergely Fábián

This would be very useful. In fact rules_scala implementation from higherkindness provides a similar feature: https://github.com/higherkindness/rules_scala/blob/master/docs/scalafmt.md#scalafmt.

Is there any workaround for this? My workaround so far it to take the combined report and extract data from it with `lcov -e` to take only files that weren't...

Is cd556ccfc253bfd70659631079e39be412b5402d a fix for this bug?

After upgrading to the newest rules_scala (de3d3a772e2fd443bcd662c740f5f8e916e4b6f0) `instrumentation_filter` seems to be working for my use-case (test targets are properly removed from the output).

https://github.com/sjoerdvisscher/bazel-scala-tests would need an update, it breaks when upgrading rules_scala to the newest version, so I could not check it there, but I believe it should be working when scala...

Do you have e.g. remote cache or disk cache enabled? Normally protobuf should be compiled only once. The reason why you may not have access to that is that some...

As a first step , try building twice on the same machine, ensure you have disk cache enabled, change some file in your scala module, rebuild, and then protobuf should...

I'm checking on this issue. It seems the origin of the problem is rather in the direction of what the built jar contains, not how it's then instrumented. I compared...

Going further... I found this: https://users.scala-lang.org/t/has-a-loop-recurs-comprehension-been-considered-for-scala/4787/21 "It was desugared this way in Scala 2.11 and earlier. Scala 2.12 uses low-level Java 8 constructs for creating lightweight lambdas, but they have...

Maybe there is an issue with Jacoco? https://stackoverflow.com/questions/45674950/jacoco-need-special-handling-fro-lambdas https://stackoverflow.com/questions/32284326/code-coverage-for-lambda-function Also in Jacoco release notes a similar issue was mentioned: https://www.jacoco.org/jacoco/trunk/doc/changes.html > Release 0.7.2 (2014/09/12) > Fixed Bugs > Do not...