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

Add the swift_module_mapping_test rule #1340

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

brentleyjones
Copy link
Collaborator

This rule is used to validate that a swift_module_mapping covers the transitive closure of a set of dependencies, preventing unaliased dependencies from being added to those libraries without the target owner's knowledge.

PiperOrigin-RevId: 486711497
(cherry picked from commit 8e34b95)

This rule is used to validate that a `swift_module_mapping` covers the transitive closure of a set of dependencies, preventing unaliased dependencies from being added to those libraries without the target owner's knowledge.

PiperOrigin-RevId: 486711497
(cherry picked from commit 8e34b95)
Signed-off-by: Brentley Jones <github@brentleyjones.com>
@brentleyjones brentleyjones force-pushed the bj/add-the-swift_module_mapping_test-rule branch from 9747ffb to 185e769 Compare October 4, 2024 18:08
@brentleyjones brentleyjones enabled auto-merge (rebase) October 4, 2024 18:09
@brentleyjones brentleyjones merged commit 65e64a8 into master Oct 4, 2024
14 checks passed
@brentleyjones brentleyjones deleted the bj/add-the-swift_module_mapping_test-rule branch October 4, 2024 22:10
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.

3 participants