Skip to content
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

Make it an error to specify both swiftinterface and swiftmodule in swift_import #1253

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

luispadron
Copy link
Contributor

In rules_swift 1.x specifying both swiftinterface and swiftmodule would cause the swiftinterface attr to be ignored. This was made into a warning then and is being upgraded to a failure now for rules_swift 2.x

…n `swift_import`

In rules_swift 1.x specifying both `swiftinterface` and `swiftmodule` would cause the `swiftinterface` attr to be ignored. This was made into a warning then and is being upgraded to a failure now for rules_swift 2.x
@luispadron luispadron force-pushed the luis/make-swift-import-warning-into-failure branch 2 times, most recently from cbbf2de to aff0d54 Compare June 21, 2024 15:34
@luispadron luispadron marked this pull request as ready for review June 21, 2024 15:36
@luispadron luispadron merged commit a218312 into master Jun 21, 2024
14 checks passed
@luispadron luispadron deleted the luis/make-swift-import-warning-into-failure branch June 21, 2024 17:12
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.

2 participants