Fabian Meumertzheim

Results 1695 comments of Fabian Meumertzheim

@bazel-io fork 7.2.0

@tjgq Have there been any experiments at Google on replacing some of the custom filesystem functions with Java NIO? I recently used `Files.move` to replace the `JavaIoFilesystem.renameTo` implementation and wondered...

> If it helps, my envisioned use case is a `//tool/BUILD.bazel` file which contains aliases to tool binary rule targets that can be placed anywhere in the repo, in order...

FYI @withered-magic @meteorcloudy Not sure who to assign for this part of the codebase, feel free to reassign.

~Need to figure out how to add parameters.~ Parameters are now available.

I pushed a new commit to add `module_extension` and `repository_rule`, which were also missing.

@tetromino Gentle ping, following up on https://github.com/bazelbuild/bazel/pull/21936#issuecomment-2050705027

I think that the Python rules have migrated out of the Bazel repo, so you could try fixing this here instead: https://github.com/bazelbuild/rules_python/blob/0dcaa2e801aa53347fb6b6ba0238a7b04e85aa2b/python/private/common/providers.bzl#L349 Cc @aignas