Skip to content

Fix parallel builds and libnative reads from stdin #11355

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

Merged
merged 2 commits into from
Jan 7, 2014

Conversation

alexcrichton
Copy link
Member

All the fun is down below.

Similarly to the recent commit to do this for networking, there's no reason that
a read on a file descriptor should continue reading until the entire buffer is
full. This makes sense when dealing with literal files, but when dealing with
things like stdin this doesn't make sense.
All the copying of files amongst one another was apparently causing something to
get corrupted. Instead of having files fly around, just update the directories
to link to.
bors added a commit that referenced this pull request Jan 7, 2014
@bors bors closed this Jan 7, 2014
@bors bors merged commit 89f8bc2 into rust-lang:master Jan 7, 2014
@alexcrichton alexcrichton deleted the read-waits-forever branch January 7, 2014 09:09
flip1995 pushed a commit to flip1995/rust that referenced this pull request Aug 24, 2023
…gestion, r=dswij

Check that the suggested method exists in unwrap_or_default

Fixes rust-lang#11355

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants