Andreas Herrmann
Andreas Herrmann
I would like to obtain the action dependency graph of actions emitted by a dynamic output action. E.g. I would like to use something like the following command to draw...
By default Buck2 does not print the output of successful commands. The CLI offers some knobs to control this behavior: E.g. `buck2 build ... -v1,stderr` or `buck2 build ... -v4`...
### Description of the problem: A `sh_binary` target that wraps a shell script has multiple outputs in some contexts. This means that a `sh_binary` cannot be used (at least not...
### Description of the feature request: `use_repo`, called in `MODULE.bazel` to import an external workspace generated by a module extension, supports name remapping using keyword argument syntax. E.g. if the...
I'm observing failures when trying to connect and send messages to `localhost`: ``` TransportError ConnectFailed "Network.Socket.recvBuf: resource vanished (Connection reset by peer)" ``` I did not construct a minimal example,...
The [pre-commit](https://pre-commit.com/) integration fails when more than one GH actions file is changed within a single commit. The pre-commit check fails with ``` - hook id: action-validator - duration: 0.12s...
The issue was discovered on Windows where a Bazel Haskell build with Bazel 7 and rules_haskell 1.0 failed to build the package `@stackage//:retry` which depends on the empty package `@stackage//:mtl-compat`...
Change the summary to avoid the impression that the event is only for those that are already deeply involved in the implementation of Haskell tools or compilers, but rather be...
### Description of the feature request: Allow users to define empty configurations for the `--config` flag in `.bazelrc`. E.g. the following should work without error: `.bazelrc`: ``` common:foo ``` ```...