-
(Discovered upon using `bazel_env` here: https://github.com/buildbuddy-io/bazel_env.bzl/blob/main/bazel_env.bzl#L339)
Given the function `def bazel_env(*, name, tools = {}, toolchains = {}, **kwarg…
-
### Description of the feature request:
The C++ compilation rules have a neat feature: they [allow you](https://bazel.build/reference/be/c-cpp#cc_binary.link_extra_lib) to specify a library that sho…
-
### Description of the bug:
`unavailable_xcode_message` from `src/main/starlark/builtins_bzl/common/xcode/semantics.bzl` is being used in Bazel, instead of from `src/main/starlark/builtins_bzl/commo…
-
If my BUILD file uses `ts_library` but didn't have a `load` statement, I get
```
INFO: Invocation ID: fed413d4-6f15-4e1e-aab2-f026332cde62
ERROR: C:/users/alexeagle/projects/try_bazel/BUILD.bazel:1…
-
### What happened?
Somewhere in the code for the Go gazelle extension it wants to shell out to a `go` subprocess. When used via `aspect configure` rather than a gazelle_binary target, this leaks out …
-
### Background & current behavior
I wanted to run a Starlark inside an already-existing enclave, so I tried pressing tab after entering `--enclave` but no dice
### Desired behavior
`--enclave ` wil…
-
Hi dear Skylib maintainers,
right now we print the assertion error with the location `.../external/bazel_skylib/lib/unittest.bzl:351:10:`. It would be much more useful if we either printed the enti…
-
### Description of the problem / feature request:
Add `runfile_path` property to `File` object.
### What underlying problem are you trying to solve with this feature?
Runfiles are identified …
-
### Description of the feature request:
This may be a feature request for Starlark rather than Bazel, but I'd like the ability to emit warnings (and potentially other message types, similar to a …
-
When I do:
```
#@ lib = struct.make(
#@ arg1=arg1,
#@ arg2=arg2
#@ )
```
the last three lines are being highlighted as if they were comments.
Using version `0.0.2` and vscode `1.45.1` (l…