Keith Smiley
Keith Smiley
### Description of the bug: When querying for the `rdeps` of a file that is part of a tool with `--notool_deps`, the tool is returned even though it is outside...
It seems like this flag is more of an incompatible flag, and the default makes more sense to be true so new users don't accidentally start relying on this.
Currently this is valid: ```bzl cc_library( name = "foo", srcs = ["foo.cc"], ) ``` And this is valid: ```bzl cc_library( name = "foo", srcs = [ "foo.cc", ], ) ```...
The default behavior for a test that has a test_host is to use that test host app as the `-bundle_loader` linker argument. This is required if you want to test...
https://github.com/bazelbuild/rules_apple/pull/1669/ I haven't investigated but I believe at least some are us expecting labels to match something that they don't anymore, so ideally they should be trivial fixes.
This is a tracking issue for supporting bazel's platforms for rules_apple. When relevant issues come up it would be useful to link them here for context.
This attribute allows us to specify what constraints a library is compatible with, such as only usable on linux, or not windows etc. It is viral in that any targets...
If folks prefer to use dynamic frameworks to more easily share between apps and extensions, this provides the targets to do so, while also limiting their symbols to only those...
https://buildkite.com/bazel/rules-apple-darwin/builds/6322#0183d374-c1c8-432d-95de-6fcfab10a3c5 https://buildkite.com/bazel/rules-apple-darwin/builds/6337#0183d7c5-00d0-4e47-9714-eb2828750643 both seemed to pass after retry. seems like it's hanging on something. Maybe it's hoping for a GUI interaction? 🙃