Ivo List
Ivo List
Tests might be failing because `--platforms=windows` isn't passed (or some autodetection is failing).
cc @c-mita, can you triage?
Triaging to P3 with some reservation. Optimising to only instrument filtered file sounds fine. API modifications should be conservative (I didn't look into details on how this could/should be done)....
cc @buildbreaker2021 Trying to keep things simple, I'd prefer if it's possible not to introduce additional flag. That would mean if `--stamp` is `False`, `ctx.info_file` and `ctx.version_file` should just return...
Assigning to @buildbreaker2021, because he's handling BuildInfo in Java and C++ Starlark rules atm.
Confirming it is fixed https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1924
I second that.
@c-mita Can you triage?
> After this, how does one call `cc_common.merge_cc_infos` or `cc_common.get_memory_inefficient_command_line` (methods that my ruleset for Xcode IDE integration depends on, as well as Tulsi depends on)? Via `load("@rules_cc/cc:defs.bzl", "cc_common")`. I...