Vincent Primault
Vincent Primault
Hello, I am hitting the exact same error with the latest commit from master and Bazel 4.0.0. I noticed that `coverage-launcher` is generated at the root of the output tree...
I am using Bazel for a Python-only codebase that is fairly small, and I see large build times (not only tests, just building is slow). Right now it takes about...
@f0rmiga Could you please post the link to the PR when it's open in this thread? I'm very much interested in this also!
@johnynek Thank you for your response and suggestion. I created a reproducibility repository here: https://github.com/pvcnt/rules_scala-issue-592 Please use `bazel build thrift:service_scala_thrift` to try to compile a simple Scrooge service, which fails....
It's been four years, I moved on. :)
I don't know tbh, I'm not anymore using those rules.
I don't understand the failures. - "tests with file DB on windows": test failing is seemingly unrelated to this change (comes from `internal/api/e2e/client/project_test.go`). - "check code format": when I run...
My bad, I was on the wrong PR. 🤦 I should have fixed the "check code format" check, still unsure about the other one.
You're right, that would be ideal. I'm still new to Go development though, so I'm not sure if there is a recommended pattern to implement this? Or some example in...
To clarify why I opened this PR: While reading the code, I had the impression that the SQL database was never tested. It seems that I missed the fact that...