-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Test pipes also when not running on Windows and Linux simultaneously #136092
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
Also create a section "Platform-specific behavior", don't hide required imports for code examples.
|
Commit unique to this PR: 93d347d. |
|
Yeah, that configuration is ... interesting. @bors r+ rollup |
|
Wait, pr not rebased after #135635 merge |
|
That is not an issue, |
|
Git commit log will be linear, without duped ones? Didn't tried that, assumed that this will be almost like a merge commit ¯_(ツ)_/¯ |
|
Rust's commit log isn't linear, because it uses merge commits heavily (unrelated to this PR). The git commit log will only contain the commits once (that's what |
Fixes #135635 (review).
Based on top of #135635 to avoid merge conflicts.