-
```
$ starlark -c "{} in {}"
$ python3 -c "{} in {}"
Traceback (most recent call last):
File "", line 1, in
TypeError: unhashable type: 'dict'
$ python2 -c "{} in {}"
Traceback (most recent …
-
Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking rules_groovy. Please migrate to fix this and unbloc…
-
**Describe the problem/challenge you have**
We would like to use the ytt Go module but we'd like to protect against bad templates that may take down the system (e.g. a template that defines an infi…
-
TensorFlow still requires a Bazel version before the Starlark `json` module was added. Therefore, to add compatibility, we should use `struct.to_json()` when we detect Bazel < 4.0.
-
I've been trying out using buck2 on some C++, and i've noticed that while theres references to `subdir_glob`, it isn't implmented. I'm not sure if that is expressible in starlark or needs to be a prim…
-
Hi team,
I am looking for a way for Telegraf SNMP Input plugin to convert decimal index into ASCII text. Searching previous issues on this topic has not produced anything useful.
Example:
When I po…
-
### Description of the feature request:
`use_repo`, called in `MODULE.bazel` to import an external workspace generated by a module extension, supports name remapping using keyword argument syntax. E…
-
The python executable in the js can be replaced by a starlark rule with minimal fuss, and removes python dependency from the rule set.
-
### Description of the feature request:
Give starlark rule implementations the ability to filter a `depset` or `list` of `File` objects using [glob](https://bazel.build/reference/be/functions#glob).…
-
Refer: https://github.com/google/starlark-go/issues/241
I checked `re` implement of https://github.com/qri-io/starlib/tree/master/re which is a tough draft.
Regex is very common and useful. Any …