Malte Poll

Results 48 issues of Malte Poll

### What is the current behavior? There is no documented way on how to write js tests that perform browser testing using selenium and others. In Bazel, we already have...

enhancement

Aspect uses shell wrappers that invoke tools like `dirname` and `uname`. When the default shell env is not inherited, this prevents tools from being found on systems without a working...

Aspect uses shell wrappers that invoke tools like `dirname` and `uname`. When the default shell env is not inherited, this prevents tools from being found on systems without a working...

MacOS CC toolchains based on `unix_cc_toolchain_config` (such as the one provided by `rules_nixpkgs`) can no longer build dynamically linked `cc_library` targets on Bazel 7 and newer. I traced the problem...

team-Rules-CPP
awaiting-review

This change is based on #2180 and adds support for `cc_shared_library`. This is needed for macOS and Bazel 7+, since `cc_library` no longer emits dynamic libraries on macOS ([feature removal](https://github.com/bazelbuild/bazel/commit/ec5553352f2f661d39ac4cf665dd9b3c779e614c),...

The SRI specification specifically allows for more than one checksum to be part of integrity metadata (https://www.w3.org/TR/SRI/). The possible presence of more than one checksum is not immediately obvious without...

Steps to reproduce: - Use Windows (this works fine on macOS or Linux) - Create a minimal workspace, as below (use [txtar](https://pkg.go.dev/golang.org/x/exp/cmd/txtar) to extract). - `bazel build //:hello` ``` --...

This team has to be copied from the old org (unless I just can't see it)