-
The current Gradle-based infrastructure for native builds (C++) is bespoke to WPILib and has limited numbers of people who can maintain it. It also has limitations, e.g. it has no built-in support fo…
-
In our monorepo (which uses Python + Bazel), we have a setup where the very first python run in the repo can take longer to complete (there is some additional work like building generating dependencie…
-
Hi there, thanks for all your hard work on this. I've been trying to move to using MODULE.bazel for everything I can and I've made a best-effort at moving `rules_rust`. You can find a minimal reproduc…
-
Hi team, the new release of `uv` looks great, really looking forward to diving into all the features and new docs.
One area that I have some questions around is using `uv` for monorepos of multiple…
-
I beleive this Bazel extension is running a very expensive query. This is fine on a small repo, but on a large monorepo this basically prevents the user from running any other bazel commands till this…
-
### Description of the problem:
The `bazel buld` or `bazel query` creates a stale bazel process even after the bazel build/query is completed. This prevents future invocation of other bazel commands
…
-
## steps
I don't have a exact repro, but basically a monorepo that I work on doesn't fully build on ARM macOS due to some Python libraries.
## problem
I can't get Mezel to work since it seems…
-
### Description of the bug:
I am hitting jq parsing errors and it turns out that bazel is generating build_events.json files with long lines of nul characters (e.g. 1.4MB of nuls). Here are three…
-
### What is the current behavior?
https://qwik.dev/ is a new web framework. We should demonstrate its use in a Bazel workspace.
### Describe the feature
- Should follow the Qwik documentation as mu…
-
### What version of rules_go are you using?
`v0.23.3`
### What version of gazelle are you using?
`v0.21.1`
### What version of Bazel are you using?
`v3.3.0`
### Does this issue repro…