UebelAndre

Results 137 issues of UebelAndre

# 🐞 bug report ### Affected Rule The issue is caused by the rule: `python_register_multi_toolchains` ### Is this a regression? I think this has always been a bug. ### Description...

type: bug
type: toolchain

# 🚀 feature request ### Relevant Rules Unknown ### Description I would like there to be a tool which is able to produce a valid venv such that IDEs can...

# 🚀 feature request ### Description I would love `rules_python` to expose a library similar to [@rules_rust//util/label](https://github.com/bazelbuild/rules_rust/blob/0.32.0/util/label/label.rs) which defines a validated representation of a [Label](https://bazel.build/rules/lib/builtins/Label) for users to use in...

help wanted

# 🐞 bug report ### Affected Rule `pip_parse` ### Is this a regression? Surely at some point but have yet to bisect ### Description Some dependencies cause failures when rendering...

### Description of the feature request: Similar to [cc_common](https://bazel.build/rules/lib/cc_common) is there a `py_common` available? ### What underlying problem are you trying to solve with this feature? I would like to...

type: feature request
P4

I started seeing this after the release of Bazel 7.0.0 https://buildkite.com/bazel/rules-rust-rustlang/builds/10080#018c6928-e1c0-4ca2-91ca-c6d2154affa5 ``` (16:30:46) ERROR: C:/b/3sweaedp/external/libgit2/BUILD.bazel:192:11: output 'external/libgit2/_virtual_includes/git2/util/win32/win32-compat.h' is a dangling symbolic link (16:30:46) ERROR: C:/b/3sweaedp/external/libgit2/BUILD.bazel:192:11: output 'external/libgit2/_virtual_includes/git2/util/win32/msvc-compat.h' is a dangling...

bug
windows

Seems dependabot is back? Can it be disabled again (https://github.com/bazelbuild/rules_rust/issues/1390)?

maintenance

I added the following BUILD file to `//tools/rust_analyzer/demo:BUILD.bazel` to reproduce a failure in `@rules_rust//tools/rust_analyzer:gen_rust_project` where a test dependency is causing an infinite cycle when generating `rust-project.json` ```starlark load("@rules_rust//rust:defs.bzl", "rust_library", "rust_test")...

bug
rust-analyzer

In the past there have been issues using zig from it's old home of https://git.sr.ht/~motiejus/bazel-zig-cc. It would be great if instead the [example](https://github.com/bazelbuild/rules_rust/tree/0.25.1/examples/zig_cross_compiling) to use https://github.com/uber/hermetic_cc_toolchain cc @illicitonion

maintenance