Keith Smiley

Results 1356 comments of Keith Smiley

CI fixes https://github.com/bazelbuild/rules_cc/pull/128

For some practical examples about the Apple use case envoy has quite a few of these types of conditionals https://cs.github.com/envoyproxy/envoy?q=%22bazel%3Aapple%22

Since this conversation we have added platform definitions in rules_apple https://github.com/bazelbuild/apple_support/blob/master/platforms/BUILD, and I think they might live there forever, I wonder if we should include those there instead? The only...

Yes you have to use platform_mappings, theoretically we could provide a default-ish platform_mappings file probably

This will make this only compatible with bazel 5.x+, if that's not acceptable we can merge https://github.com/bazelbuild/rules_cc/pull/127 instead

CI fixes https://github.com/bazelbuild/rules_cc/pull/128

related https://github.com/bazelbuild/rules_cc/issues/86

Huh, I haven't seen that one. Could your actual usage be using smart quotes?

A while ago I did start working on a separate CLI that would generate that swift file https://github.com/br1sk/Sonar/tree/ks/genit This is probably nicer long term. This recent API change is worst...

Hrm, it might be worth trying it with the legacy build system to see if that's related