UebelAndre

Results 137 issues of UebelAndre

I thought I'd make a more obvious tracking issue for the slowness in zsh completion mentioned https://github.com/bazelbuild/bazel/issues/13578 (and https://github.com/bazelbuild/bazelisk/issues/29#issuecomment-812731606)

type: feature request
P2

`rules_rust` is planning to start creating releases (https://github.com/bazelbuild/rules_rust/issues/415) and there are some artifacts we associate with each release that we'd like to be able to upload to the Google mirror....

Are there any available hosts that support musl? If so, how would I go about configuring a `cc_toolchain` for it, otherwise, I suppose this would be a feature request to...

Windows builds for [rules_foreign_cc](https://github.com/bazelbuild/rules_foreign_cc) seem to be having issues on windows. A recent PR (https://github.com/bazelbuild/rules_foreign_cc/pull/757) runs into issues in [this build](https://buildkite.com/bazel/rules-foreign-cc/builds/3407#d2da4c9e-ee60-48f4-bc5e-64160b431ad1): ``` CMake Error at CMakeLists.txt:3 (project): Generator Visual Studio...

Initially noticed on https://github.com/bazelbuild/rules_rust/pull/879#issuecomment-894896993 Did something change about the windows runners recently? As you can see in that comment, build [4029](https://buildkite.com/bazel/rules-rust-rustlang/builds/4029) succeeded but build [4046](https://buildkite.com/bazel/rules-rust-rustlang/builds/4046#73d9f1e8-780c-4833-bb42-85b1c29c1fa8) failed when no changes had...

I would have expected `build_flags` to follow the same behavior as a build flag in a `.bazelrc` and be included in test targets. This does not appear to be the...

I'm trying to upgrade [rules_foreign_cc](https://github.com/bazelbuild/rules_foreign_cc) to use [bazel-toolchain 5.1.0](https://github.com/bazelbuild/bazel-toolchains/releases/tag/v5.1.0) but do not know how to convert `rbe_autoconfig` to the modern equivalent (or what the modern equivalent is). Can someone provide...

Is it possible to write or serialize starlark that's been parsed in using this module to a file?

Similar to the existing `build` button above targets, I would like to have something that can generate an entry in `launch.json` with an optional field for a path to a...

I've opened a pull-request to add Starlark support to [NilsJPWerner/autoDocstring#159](https://github.com/NilsJPWerner/autoDocstring/pull/159) but it feels like this plugin should provide the same or similar functionality.