-
-
I'm trying to pull in @damienmg's starlark crate and am seeing the folllowing issue.
Her is my `Cargo.toml` file:
```toml
[package]
name = "fake_lib"
version = "0.0.1"
[lib]
path = "lib…
-
After installing Bazel 0.4.0 and re-opening my project containing a BUILD file, vscode detects the BUILD file as Plain Text. Clicking the Plain Text chip in the status bar and saying "Configure File A…
-
I am currently trying to compile Copybara using the workspace additions recommended in the `README.md` with the following command:
`bazel build @com_github_google_copybara//java/com/google/copybara…
-
### What feature or capability would you like?
It would be nice to be able to generate random numbers.
### Do you have a proposed solution?
Implement a `random` module that uses `math/rand` u…
-
I just wanted to let you know we created a new type of plugin called a conversion plugin. The conversion plugin receives the YAML in the request payload and returns a modified version (similar to conf…
-
More info on: https://bazel.build/extending/rules#migrating_from_legacy_providers
-
Hi,
I'm playing with an old toy project of mine, and I've locked it down to Bazel 3.3.1.
Unfortunately, unlike running Bazelisk locally, the environment set up without `buildbuddy.yaml` sets up …
-
### Page link:
https://bazel.build/rules/lib/toplevel/cc_common
### Problem description (include actual vs expected text, if applicable):
For previous versions of bazel untili 6.2.0, `merge_cc_in…
-
[`File.is_directory`](https://github.com/bazelbuild/bazel/blob/0.16.1/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/FileApi.java#L75) has been around for a while but is undocumented (and…