-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Synchronous Windows stdin pipes broke tokio #97124
Comments
We also hit this in #97088 (comment) when bumping RLS (which depends on tokio). @Mark-Simulacrum is going to revert this in the upcoming beta, and post a revert PR for master soon. |
As I posted on tokio-rs/tokio#4670 (comment):
|
…u-se Revert "Auto merge of rust-lang#96441 - ChrisDenton:sync-pipes, r=m-ou-se" This reverts commit ddb7fbe. Partially addresses rust-lang#97124, but not marking as fixed as we're still pending on a beta backport (for 1.62, which is happening in rust-lang#97088). r? `@m-ou-se` `@ChrisDenton`
…u-se Revert "Auto merge of rust-lang#96441 - ChrisDenton:sync-pipes, r=m-ou-se" This reverts commit ddb7fbe. Partially addresses rust-lang#97124, but not marking as fixed as we're still pending on a beta backport (for 1.62, which is happening in rust-lang#97088). r? ``@m-ou-se`` ``@ChrisDenton``
Closing in favor of keeping discussion about the path forward in tokio-rs/tokio#4670 + #97149 + #97150. |
Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" This reverts commit c5c49a0441c0fee2a6a8bf6e007cdf34b6f6f542. Partially addresses rust-lang/rust#97124, but not marking as fixed as we're still pending on a beta backport (for 1.62, which is happening in rust-lang/rust#97088). r? ``@m-ou-se`` ``@ChrisDenton``
It was reported in tokio-rs/tokio#4670 that
tokio::process::Command
broke betweennightly-2022-04-29
andnightly-2022-04-30
on Windows. According to the tokio authors that struct is a wrapper over the standard library'sstd::process::Command
. Looking at the PRs between those two nightlies the likely cause seems #96441, as it touches pipes on the affected platform.The text was updated successfully, but these errors were encountered: