-
We have a large monorepo with different languages and using Bazel as our build system. I have installed the plugin, added a `WORKSPACE` file with (`workspace(name="example")`) and a `.eclipse/.bazelp…
-
### Discussed in https://github.com/microsoft/pylance-release/discussions/2712
Originally posted by **itsdani** February 21, 2021
I'm trying to setup a python monorepo build with bazel, and I'…
judej updated
3 months ago
-
Motivation is improving error messages like in #16207, so that users of repos that follow the "BUILD.bazel" convention aren't misled into thinking they need to create a file named "BUILD". (We also ha…
-
Steps to reproduce the crash:
1. Add dependencies to cats-effect:
```
maven_install(
artifacts = [
"org.typelevel:cats-free_3:2.8.0",
"org.typelevel:cats-core_3:2.8.0",
…
-
## Description
It would be great to have Bazel support for Eta and will help Eta's adoption in large startups and companies who tend to follow monorepo model.
This issue is to track Bazel su…
-
I see that new functionality for the test explorer has been added to display coverage. Can this functionality be placed behind a setting? We use this Bazel extension primarily for build file syntax …
-
### What problem does this feature solve?
We are using bazel (https://bazel.build/) as a build system in a monorepo setup. Bazel usually executes in the root of the monorepo but we still have a packa…
-
I confirmed it works well with Bazel 6 + WORKSPACE (#1) but I failed to migrate it to Bazel 7 + MODULE...
-
Hey 👋
Working on a large monorepo with hundreds of Rust crates, we're seeing almost constant merge conflicts on the Cargo.Bazel.lock file. For instance, the checksum will always conflict as soon a…
-
# 🚀 feature request
### Relevant Rules
`pip.parse()` module extension
### Description
When the same pip package is (transitively) depended upon multiple times from different `requirements.…