Andrew Psaltis
Andrew Psaltis
### What version of rules_go are you using? First seen at 0.31.0. Reproduces at HEAD (1ceb5a779d3d6284487154fa6c881e3d785cdebf). ### What version of gazelle are you using? N/A ### What version of Bazel...
### What version of rules_go are you using? Latest master (8d6b21cbd13131e05be1626376c9af160517c264) ### What version of gazelle are you using? Latest master (32dab97bac88b1a35653d33a034b38e55d757983) ### What version of Bazel are you using?...
The current `buildozer` syntax for `dict_add` and `dict_set` requires users to pass in colon-delimited strings do distinguish between keys and values. Unfortunately, at least one use case, the `label_keyed_string_dict` attribute,...
Bazel's `load` builtin supports a syntax for aliasing `load`ed values, something like this: ```python load("//:pkg.bzl", some_alias = "some_value") ``` Which causes `some_alias` to refer to `some_value` in the file in...
**Is your feature request related to a problem? Please describe.** I've noticed that SMF connections time out when left alone for a while. What I've also noticed is that RPCs...
Hi there! When writing some codemods, I observed that some of them crash strangely in `codemod.parallel_exec_transform_with_prettyprint` with a non-`1` `jobs` argument when the number of files is (oddly) 5 or...
When writing a codemod and using the `parallel_exec_transform_with_prettyprint` function, I've found that using Ctrl+C to send SIGNIT doesn't stop the process, but it instead interrupts the current thread attached to...
The current grammar does not distinguish between line comment and block comments. Supporting this would make it more convenient for editors to see in what type of comment they are...
Hello! Clingon looks rather nice. Looking through it, I wonder if there's support for what python's [argparse](https://docs.python.org/3/library/argparse.html) calls "positional arguments". That is, arguments on the command line that are not...
### Description of the problem / feature request: Whenever `include_prefix` or `strip_include_prefix` are provided to `cc_library`, bazel creates a hierarchy in the execution root that starts with something like this:...