-
Notifications
You must be signed in to change notification settings - Fork 131
Bring back Sergio's "Add support for Process stdin stream" #208
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
Conversation
This change builds on swiftlang/swift-tools-support-core#208 to allow forwarding of the driver's Standard Input to a compile job.
b7c9b44
to
2e6136c
Compare
This reverts commit 81eda02.
2e6136c
to
b7097b0
Compare
This change builds on swiftlang/swift-tools-support-core#208 to allow forwarding of the driver's Standard Input to a compile job. Resolves rdar://76454784
This change builds on swiftlang/swift-tools-support-core#208 to allow forwarding of the driver's Standard Input to a compile job. Resolves rdar://76454784
This change builds on swiftlang/swift-tools-support-core#208 to allow forwarding of the driver's Standard Input to a compile job. Resolves rdar://76454784
This change builds on swiftlang/swift-tools-support-core#208 to allow forwarding of the driver's Standard Input to a compile job. Resolves rdar://76454784
@swift-ci please test |
@swift-ci please test macOS Platform |
macOS testing failing with:
cc @shahmishal |
Fixed the PATH issue |
@swift-ci please test macOS Platform |
Thanks! |
@sergiocampama @neonichu, Cross-repository tests in swiftlang/swift#36869 all pass, including the Linux smoke tests, which seems to have caused the revert in #143. Could you please take a look if this is okay to merge? Content-wise, this PR is identical to #122. |
This change builds on swiftlang/swift-tools-support-core#208 to allow forwarding of the driver's Standard Input to a compile job. Resolves rdar://76454784
This PR resurrects @sergiocampama's #122, which we required in order to be able to forward standard input in the new swift-driver to the compile jobs it spawns (swiftlang/swift-driver#595).
The change was previously reverted in #143, due to an error seen on Linux.