-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dead objc setup code #12073
Remove dead objc setup code #12073
Conversation
@trybka continuing from #12046 (comment) if no one references |
Good find on |
I will push a second commit with that assumption after I validate I can build our app without that attribute |
if all it was doing was adding that implicit attribute, I would assume that someone would have to reference bazel/src/main/java/com/google/devtools/build/lib/analysis/test/TestActionBuilder.java Lines 245 to 246 in 24a082d
or bazel/src/main/java/com/google/devtools/build/lib/rules/objc/CompilationSupport.java Line 1452 in 24a082d
|
That's my understanding, yes. |
+cc @googlewalt as an FYI |
@@ -1,7 +0,0 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hrm based on the code in rules_apple, this might work inside google? https://github.com/bazelbuild/rules_apple/blob/0a1cbce9b3d169269313aba1113d2aa0a8c3c514/apple/internal/testing/apple_test_rule_support.bzl#L124-L128
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's put the apple_sdk flag back for now, there are more references to it internally, and we'd need to clean them up.
You can probably still remove the getters and whatnot
src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
Show resolved
Hide resolved
added that flag back |
Thanks a ton!~ |
This appears to be unused