Fabian Meumertzheim

Results 232 issues of Fabian Meumertzheim

Trying to fix the tests in #3205

rules_go currently doesn't offer a way to discover runfiles following the [standard procedures for runfiles discovery](https://docs.google.com/document/d/e/2PACX-1vSDIrFnFvEYhKsCMdGdD40wZRBX3m3aZ5HhVj4CtHPmiXKDCxioTUbYsDydjKtFDAzER5eg7OjJWs3V/pub). There is https://pkg.go.dev/github.com/bazelbuild/rules_go/go/tools/bazel, but due to it predating the coordinated efforts to provide consistent...

# 🐞 bug report ### Affected Rule `yarn_install` ### Is this a regression? It worked before `exports_directories_only` became the default. ### Description On macOS, the NPM package `taiko` can't be...

On Windows and with 1.5.0-beta-4, any `kt_jvm_test` target fails with an error of the following form: ``` Executing tests from //foobar:descriptor_utils_test ----------------------------------------------------------------------------- ERROR(tools/test/windows/tw.cc:1293) ERROR: src/main/native/windows/process.cc(202): CreateProcessW("C:\users\runneradmin\_bazel_runneradmin\2gbstkcc\execroot\project\bazel-out\x64_windows-opt\bin\foobar\descriptor_utils_test"): %1 is not a...

type: bug
component: common
status: open - investigating
P2

Bazel 5 will bring experimental support for a [new system for external dependency management codenamed "bzlmod"](https://docs.bazel.build/versions/main/bzlmod.html). Making rules_kotlin available within this system requires packaging it as a module and submitting...

component: common
status: open - investigating
P3
type: task

Now that Bazel ships libraries for all major languages that make it easy to access runfiles by their "runfiles-root-relative path" via the `rlocation` function, it would be very useful if...