-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[RemoteMirror] Update interop to handle 4.2 libraries. #20363
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
[RemoteMirror] Update interop to handle 4.2 libraries. #20363
Conversation
7872eed
to
a83bea8
Compare
@swift-ci please test |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
9917d26
to
d057b8a
Compare
@swift-ci please smoke test and merge |
The Remote Mirror interop header now accepts an arbitrary number of remote mirror libraries so that it can have 4.1, 4.2, and 5.0 loaded side by side. rdar://problem/45808282
…ke relative path args work when the working directory is not the script's enclosing directory.
d057b8a
to
4ae12f3
Compare
@swift-ci please smoke test and merge |
1 similar comment
@swift-ci please smoke test and merge |
@mikeash Sorry about the disturbance, if I'm not mistaken the script test.py refers to the source file test.swift |
Good catch! I apparently just missed adding the file to git. Fortunately I still have it locally, so I was able to add it in. Here's the PR with it: #23556 Thank you for pointing this out. |
The Remote Mirror interop header now accepts an arbitrary number of remote mirror libraries so that it can have 4.1, 4.2, and 5.0 loaded side by side.
rdar://problem/45808282