-
### Description of the feature request:
As noted in [a comment on #1054](https://github.com/bazelbuild/bazel/issues/1054#issuecomment-219151351), Starlark rules can access `volatile-status.txt` as …
-
## Overview
Not able to start localnet for independent chains without relaychain.
## Steps to Reproduce
Steps to reproduce the behavior:
1. Setup kurtosis in kubernetes
2. Run the package using…
-
[Bazel 2.1 instroduced Starlark changes that allow keyword-only parameters](https://blog.bazel.build/2020/02/06/bazel-2.1.html).
For example:
```bzl
def foo(arg1, arg2, *, kwonly1):
pass
…
-
I'm implementing a stardoc-like program (extracting docs from bzl files). In such a program, we don't really need to know the concrete types of foreign symbols. For now, the `Thread.Load` returns a `S…
-
Context:
https://github.com/swc-project/swc/issues/5720#issuecomment-1236054505
I think something like starlark, which has well-defined semantics, would be much better for users.
# Tasks
…
-
# 🚀 feature request
### Relevant Rules
`pip.parse()` (not a rule, but the module extension tag)
### Description
Just putting this out there to gather feedback and see if it's worth i…
-
(This is totally not meant as a "do this today" thing, but a placeholder here for future possible work.)
It would be nice for there to be a Buck2 vscode extension. Syntax highlighting for Buck2-fla…
-
For example:
```py3
>>> x = 123
>>> type(x) is int
True
>>> type(x) is str
False
>>>
```
How to do this in Starlark?
-
The "Explicit command line" section of the invocation does not include label flags, even when those were in fact manually provided on the command line.
Example invocation: https://app.buildbuddy.io…
-
katre@ is working on exec platform resolution improvements.
As part of that we want to switch `license()` rules [from the exec configuration](https://github.com/bazelbuild/bazel/blob/1e5e75e401d631…