-
Porch always returns a generic error when a Kptfile validator function fails on render.
### Expected behavior
Porch should return the fail message of the validator.
### Actual behavior
Porch r…
-
When using `buildifier -r`, files ending in the `.BUILD` suffix do not get included in the checked set of Starlark files. However, this is a somewhat common naming scheme for files in `third_party/` …
-
**Is your feature request related to a problem? Please describe.**
From https://github.com/moonrepo/moon/pull/1598 and https://github.com/moonrepo/moon/issues/1569#issuecomment-2245765700 I see tha…
-
I think it would be nice if the vscode extension was released and polished and usable for Buck2. I have it installed locally, but it's a chore especially when using features like remote vscode.
Wha…
-
## Description
We introduce a global module `env` with a getter function `os()` in starlark API
This can exposed some variables for subsequent building procedure, especially for some library fun…
-
# Overview
It seems to me that the size of a WASM function is limited to 2^16 = 65536 bytes?
https://github.com/golang/go/blob/649671b08fbd49bcf65578b18d188d55779e6eca/src/cmd/link/internal/wasm…
-
All CI jobs except "Bazel green head" pass for my PRs working towards #1482 with the following error:
```txt
bazel --nosystem_rc --nohome_rc info
ERROR: Failed to load Starlark extension '@@rules…
-
Now that I'm on windows more, I'm finding that I can't really assume the same folder locations and maybe other things.
Ideas:
- analyze apps in dotfiles for what symlinks I'd like on which plat…
-
The Starlark spec states that the scope of a global binding is the entire file, including the portion before the binding. That is, this program is not statically rejected, but fails during evaluation:…
-
SSH is not always available (either due to networking or credentials) so it would be nice to be able to download crashd and run it locally:
e.g. in starlark:
```
hosts=resources(provider=local)
…