Skip to content

Load objc_library from rules_cc. #1544

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adincebic
Copy link
Contributor

PiperOrigin-RevId: 772948242
(cherry picked from commit e0029ba)
@adincebic adincebic force-pushed the adin/cherry-pick-e0029bade593fae99fe1cd2ef7938d1a5d2e673a branch from c6b890a to efdb470 Compare June 19, 2025 11:54
Comment on lines +6 to +13
load(
"//swift:swift_binary.bzl",
"swift_binary",
)
load(
"//swift:swift_library.bzl",
"swift_library",
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this formatting choice needed?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we should only do it to wrap on 80 characters.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe buildifier did it for me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe not, can't recall if buildifier even does that.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it was part of the cherry-pick, since on upstream they have them on separate lines because the path is longer before the copybara.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants