Skip to content

Logstderr #1787

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

Closed
wants to merge 4 commits into from
Closed

Logstderr #1787

wants to merge 4 commits into from

Conversation

tedhorst
Copy link
Contributor

@tedhorst tedhorst commented Feb 9, 2012

Log to stderr instead of stdout.

This time with a possible workaround for the hang on windows when running tests.

Pushed once before in #1750, but caused #1769, so reverted.

includes rustc diagnostics
runtest updated to check stderr for errors
tests all write to stderr, so read stderr first to keep from blocking while reading stdout
Hopefully this addresses the root cause of the hangs when running make check on windows.
@tedhorst
Copy link
Contributor Author

I added a new commit that will hopefully address the underlying issue simultaneous blocking reads. Thanks to brson for task::spawn_sched.

@graydon
Copy link
Contributor

graydon commented Feb 11, 2012

Most recent update here seems to work on my windows machine. running try cycle now. if it passes, land it.

@brson
Copy link
Contributor

brson commented Feb 11, 2012

Merged.

@brson brson closed this Feb 11, 2012
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.

3 participants