Fabian Meumertzheim
Fabian Meumertzheim
If this ends up encouraging putting `toolchain`s `lang_toolchain`s in separate repos, that is actually a desirable side effect as it names eager fetches less likely. Sounds good to me, hope...
The first thing that breaks with `--experimental_sibling_repository_layout` is Stardoc, so I expect the downstream pipeline to be deeply red. If @tetromino's ongoing work ends up resolving that, that could be...
Valid issue, I didn't think of that flag when implementing the feature. I realistically won't be able to work on this soon, but would offer assistance to anyone interested in...
> I think the paths aren't based on convenience symlinks, but instead relative to `execution_root` Yes, they are relative to the exec root. Even with convenience symlinks disabled, appending them...
@meteorcloudy rules_jni Windows CI builds running against `last_green` with a local JDK 17 started failing with `Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make java.lang.String(byte[],byte) accessible: module java.base does not "opens java.lang"...
Does https://github.com/bazelbuild/bazel/pull/14600 fix this issue?
Could you check whether https://github.com/bazelbuild/bazel/pull/16008 fixes the issue? It includes an integration test that I distilled from your reproducer.
It would feel natural to me if every `objc_library` would automatically behave as if it had `@platforms//os:macos` in `target_compatible_with` instead of transitioning to that platform. That's possible today by making...
I am relying on a potentially less problematic version of this over at [rules_meta](https://github.com/fmeum/rules_meta/blob/64ef1ae48adecb50d3101a7e7dff6c5c489cdc43/meta/internal/forwarding.bzl#L30). There, I only need a way to declare and use a rule in a macro without...
> Why do you need to set the name? The rule is returned and eventually exported on top level. Unless I'm missing something your wrapper should work without setting the...