Rebecca Turner

Results 189 issues of Rebecca Turner

For this parse error (from CLI output): ``` Command failed: From load at prelude/prelude.bzl:8 Caused by: 0: From load at prelude/native.bzl:30 1: From load at prelude/rules.bzl:15 2: From load at...

`tuple[]` is only implemented for variable-length homogeneous tuples, better known as lists: ``` 6: error: `tuple[]` is implemented only for `tuple[T, ...]` --> prelude/haskell/compile.bzl:760:40 | 760 | direct_deps_by_name: dict[str, tuple[Artifact...

If there are type errors present in the Starlark code (for the prelude, at least), the `buck2 lsp` will exit immediately with exit code 3 rather than starting with limited...

TL;DR: See the end of the description for before/after screenshots. In "Action failed" errors, render the action ID in bold red (not bold white), and render the "Reproduce locally" in...

CLA Signed

When calling `python_library` or `python_binary`, a `[typecheck]` subtarget is created. However, unless you also add an explicit [`py_version_for_type_checking`](https://github.com/facebook/buck2/blob/985f5d89915af45353c2daa3df018bb967893cfa/prelude/decls/python_rules.bzl#L143-L145) argument, the typechecker assumes the sources are for Python 3.10, not the...

The following BXL produces a baffling error: ```bazel targets = ctx.target_universe("//...").target_set() sub_targets = ctx.unconfigured_sub_targets(targets) ``` ``` Expected type `ProvidersLabel | TargetLabel | bxl.UnconfiguredTargetNode | str | target_set | list[ ProvidersLabel...

## Describe the bug When I run `caligula burn ...`, it exits with code 101 and no diagnostic information. Also the logs are very hard to find. ### To Reproduce...

bug

This makes the `blame` action match the `blame_line` action.

When I use `rcup`, I get no output, even if a new file is linked: ``` $ rcup $ ``` When I use `rcup -v`, I get a list of...

This resulted in spurious "Replacing identical but unlinked ..." messages for destinations with spaces in their names, like macOS's `~/Library/Application Support` directory.