Fabian Meumertzheim
Fabian Meumertzheim
The issue I believe @cpsauer intended to link to is https://github.com/bazelbuild/bazel/issues/14673.
There is https://github.com/bazelbuild/bazel/commit/3a267cbf386b44ec6fb8564800bea4205e0a1002 (see also the linked Google doc), which can be used to automate the creation of "hidden" rules without the need to return them from a macro. At...
It does seem so :). My aim is to provide a generic `wrap_with_transition` macro that applies configurable settings to an existing rule. The current interface looks like this: ``` cc_17_library...
I opened an issue at https://github.com/fmeum/rules_meta/issues/1, let's continue over there (and perhaps close this issue).
I would say they are working reasonably well in the case where the wrapper and the wrapped target reside in the same package. By symlinking the executable, runfiles appear to...
@EdSchouten This is essentially your #14600 with an Integration test and support for commas. Could you verify that I got this right based on the changes in #16214? @oquenchil Could...
@lberki This is the follow-up to #16214 that handles the remaining cases (including commas and `--experimental_sibling_repository_layout) by switching to `-Xlinker` everywhere. I don't think that `-Wl` provides an escape character...
@oquenchil @sgowroji This should be merged separately after #16214 so that the former can be cherry-picked into 5.3.1.
@sgowroji You can go ahead with the merge, #16214 has been merged and I rebased the PR.
@sgowroji Pretty sure those were flakes. I restarted the pipeline.