-
The Go implementation of Starlark, following Python2 and 3, rejects a dictionary operation in which the key is unhashable:
```
$ starlark -c '{}.get([])'
Traceback (most recent call last):
cmd…
-
Hi @ColdHeat
I'm very interested in using Starlark for sandboxing Python.
Is there any way you can guide me to get it up and running for Python 3.11?
When I try to install it via pip:
```
…
-
Documentation URL: https://docs.bazel.build/versions/master/skylark/lib/struct.html#to_proto
> Deprecated: use `proto.encode_text(x)` instead.
It's not clear what `proto` refers to here. AFAIK, …
-
currently we use struct package provided by starlark. it seems that it lacks few things that would make it friendlier to use (especially for case of data.values).
- [ ] support iteration (e.g. `for…
-
### What version of rules_go are you using?
v0.50.1
### What version of gazelle are you using?
v0.38.0
### What version of Bazel are you using?
[root@10-2-12-124 tidb]# bazelisk…
-
### Description of the problem / feature request:
Within starlark, it would be useful to be able to access the original label (i.e. the alias label itself, and not the actual alias) of an alias lab…
-
### Description of the feature request:
If you have a rule that outputs a tree artifact, native rules like `objc_library` can accept the tree artifact in its `srcs` and internally (in java) it can e…
keith updated
9 months ago
-
* [Skylark → Starlark](https://blog.bazel.build/2018/08/17/starlark.html)
* Skydoc → [Stardoc](https://github.com/bazelbuild/stardoc)
* Skylib → Starlib?
-
### Description of the feature request:
I need to contribute to the bazel starlark interpreter and HTTP downloader, but I am working on an ARM linux VM in my macbook. But I need to test the bug fix…
-
The Starlark-in-Go implementation performs a static check that a program doesn't contain `if` or `for` statements at top level (outside any function), and I added language to this effect to spec.md, f…