UebelAndre

Results 137 issues of UebelAndre

I've noticed on one of the projects I work on which uses stardoc that users will update rendered output files to change documentation and commit that back only to have...

type: feature request
P4

Since `incompatible_disallow_empty_glob` (https://github.com/bazelbuild/bazel/issues/8195) works globally it would be good ensure core rules repositories conform to this flag. By having this flag flipped in this repo it would regression test this...

P2

### Description of the bug: Whenever `--nobuild_runfiles_links` is enabled I encounter a failure where the `remote_coverage_tools/Main` tool errors and fails to find runfiles. The logging is confusing as searching appears...

type: bug
untriaged
team-Core

Fix is demonstrated by https://github.com/UebelAndre/rules_rust/actions/runs/9013081529

From https://github.com/bazelbuild/rules_rust/pull/2639 > Running into a build failure on windows for a test introduced in https://github.com/bazelbuild/rules_rust/pull/1500 > https://buildkite.com/bazel/rules-rust-rustlang/builds/11290#018f3cc6-57a5-4aaf-88e7-2c0dbd2fdc86 > ``` > (18:01:46) ERROR: C:/b/bk-windows-j20f/bazel/rules-rust-rustlang/test/native_deps/BUILD.bazel:21:10: Compiling Rust bin main (1 files)...

bug
maintenance
windows

### Description of the feature request: I think [rules_rust](https://github.com/bazelbuild/rules_rust) fits the criteria [here](https://github.com/bazelbuild/bazel-website/blob/master/recommended-rules.md) for becoming a recommended set of rules (https://bazel.build/rules#recommended-rules). I'm filing this issue per the guidance there as...

type: process
team-ExternalDeps
team-Documentation

### Description of the problem / feature request: When using [`glob`](https://docs.bazel.build/versions/master/be/functions.html#glob) on a directory that is specified in [`.bazelignore`](https://docs.bazel.build/versions/master/guide.html#bazelignore), I would expect `glob` to still give me a list of...

type: bug
P2
team-OSS

I haven't been keeping up too closely with the recent changes to runfiles but I wanna make sure the interface doesn't have panics in it and that we allow users...

This change updates the `rust_analyzer_aspect` to attempt to match generated crate root sources to `srcs` inputs and use the the path of the source file in place of the generated...

Any target which has a single generated source will have all sources converted to generated sources so they live next to each other. This works fine for rustc but when...

bug
rust-analyzer