-
### Background & motivation
AFAIK currently ports are being exposed randomly if no `public_ports` is specified. Since these ports are random, do we have a way to access it from the service.
I see…
-
Tree-sitter does support extending grammar from existing language grammar.
For instance, the `tree-sitter-starlark` package is an extension of `tree-sitter-python`.
https://github.com/amaanq/tre…
-
### What is the current behavior?
Some lints are not caught correctly because the linter cannot resolve the correct type for all expressions.
### Describe the feature
Pass all the jar dependencies …
-
When calculating things like [integrity hashes](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) (used by recent Bazel releases), it's helpful to be able to base64 encode a…
-
### Description of the bug:
I was doing a `bazel test` and got
```
Computing main repo mapping:
Server terminated abruptly (error code: 14, error message: 'Socket closed', log file: '/privat…
-
Python:
```
Python 3.11.3 (main, May 3 2023, 23:19:07) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print("%.02f" %…
-
The spec says of `x += y`:
> if x refers to a list, the statement does not allocate a new list but instead mutates the original list in place, similar to x.extend(y).
Python3 and go.starlark.net…
-
#### Change:
[--incompatible_disable_starlark_host_transitions](https://github.com/bazelbuild/bazel/blob/27f0f0f947a6f066b752f0212a19780706005c4e/src/main/java/com/google/devtools/build/lib/package…
-
Hi there,
I'm addressing an issue we’ve stumbled upon while using Google's Go Starlark, related to how string processing is handled. It happens due to the difference in treating strings between Sta…
-
Starlark's struct has some features we should port over to the `ytt` implementation of this data structure. Doing so avoids any surprises that arise from an enterprising user seeing the Starlark stru…