-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support Module aliasing in SwiftPM #4023
Conversation
Resolves rdar://87583788
@swift-ci test |
@swift-ci please smoke test |
swiftlang/swift-llbuild#758 |
swiftlang/swift-llbuild#758 |
swiftlang/swift-llbuild#758 |
@elsh in order to build a toolchain, you need to create a PR on the swift repositories and then mention all the related PR (like this one and the llbuild one) for cross repo building. iow, the SwiftPM repo is not setup to create toolchains, you have to create an empty PR on the swift toolchain to do that. |
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.
very nice. couple of small comments
probably worth adding at least one fixtures in the functional tests area for a end-to-end test of the functionality |
@swift-ci smoke test |
Planning to add that in a separate PR; lmk if you think it should accompany this PR. |
@swift-ci smoke test |
i think at least one end-to-end (fixture) test is in place |
@swift-ci smoke test |
@swift-ci smoke test |
Fixtures/Miscellaneous/ModuleAliasing/Simple/appPkg/Package.swift
Outdated
Show resolved
Hide resolved
Fixtures/Miscellaneous/ModuleAliasing/Simple/gamePkg/Package.swift
Outdated
Show resolved
Hide resolved
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.
looks good once fixture path are fixed
@swift-ci smoke test |
@swift-ci smoke test |
🥳 |
Resolves rdar://87583788