Cristian Falcas

Results 40 comments of Cristian Falcas

What remains to be done, maybe I can open a new pr with the requested changes?

I believe we are impacted as well because of this. Between practically no changes between main and a test branch, we get a diff with hundred of targets

same for me, it looks like coverage is not created when I have the flag `experimental_split_coverage_postprocessing` enabled

I have the same issue, latest versions (23 and 24) don't work with bazel because of this issue. I don't understand why black tries to guess a root project, but...

I have the same problem on 0.0.7. After login I get only the source code: ``` @charset "UTF-8";.app-font-base-bold,.app-font-caption,.app-font-family-base,.app-font-title-semibold,.app-small-font{font-family:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}.ts-table,table{border-collapse:collapse}.csimg,td,th{padding:0}.btn,.ts-table{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable{max-height:340px}html,span.csimg{-ms-high-contrast-adjust:none}.invisible,body>iframe{visibility:hidden}.app-bar-text,.glyphicon{-moz-osx-font-smoothing:grayscale}@font-face{font-family:"Segoe UI";src:local("Segoe UI Light"),url(https://statics.teams.microsoft.com/hashedassets/fonts/segoe-ui-light-ee7b621e.woff2?v=2) format("woff2"),url(https://statics.teams.microsoft.com/hashedassets/fonts/segoe-ui-light-45259371.woff?v=2) .... ```

I'm also getting this error when compiling proto files: ``` BUILD.bazel:7:14: ProtoScalaPBRule apps/aqueduct/protobuf/api/api_proto_fs2_scalapb.srcjar failed: Worker process did not return a WorkResponse: ---8

git diff on what works for me: ```diff diff --git a/scala/private/phases/phase_coverage.bzl b/scala/private/phases/phase_coverage.bzl index fa6a3ca..ad833d2 100644 --- a/scala/private/phases/phase_coverage.bzl +++ b/scala/private/phases/phase_coverage.bzl @@ -60,7 +60,7 @@ def _phase_coverage(ctx, p, srcjars): outputs = [output_jar],...

Coming here we the same problem on centos 7. Can someone share a patch, if they have one? We do support macs as well, but only under roseta.