Skip to content
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

Allow piped stdout/stderr use uv_tty_t #10558

Merged
merged 1 commit into from
Nov 19, 2013

Conversation

alexcrichton
Copy link
Member

There are issues with reading stdin when it is actually attached to a pipe, but
I have run into no problems in writing to stdout/stderr when they are attached
to pipes.

There are issues with reading stdin when it is actually attached to a pipe, but
I have run into no problems in writing to stdout/stderr when they are attached
to pipes.
@emberian
Copy link
Member

@alexcrichton does our benchrunner make it infeasible to add benchmarks for this?

@alexcrichton
Copy link
Member Author

As far as I know, yes, it's really tough to benchmark going to stdout on an actual tty b/c it normally means that someone has to be looking at it.

@emberian
Copy link
Member

Well, there's ptys which shouldn't perform differently. I've opened #10560, I'll play around with it.

bors added a commit that referenced this pull request Nov 19, 2013
…walton

There are issues with reading stdin when it is actually attached to a pipe, but
I have run into no problems in writing to stdout/stderr when they are attached
to pipes.
@bors bors closed this Nov 19, 2013
@bors bors merged commit 10b956a into rust-lang:master Nov 19, 2013
@alexcrichton alexcrichton deleted the faster-stdout branch November 19, 2013 22:09
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.

4 participants