-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Synchronous Windows stdin pipes broke tokio #97124
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Milestone
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
It was reported in tokio-rs/tokio#4670 that
tokio::process::Commandbroke betweennightly-2022-04-29andnightly-2022-04-30on 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.