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

Fixup redirected output #93

Merged
merged 1 commit into from
Jun 12, 2016
Merged

Fixup redirected output #93

merged 1 commit into from
Jun 12, 2016

Conversation

MichaelHatherly
Copy link
Member

Don't create new tasks for each redirect and only redirect the STDOUT and STDERR streams once during Document construction.

Might help solve the OSX issues related to hanging and too many open files.

@lbenet, if you have the chance to test this out that would be great, might potentially help with #44.

@MichaelHatherly
Copy link
Member Author

Success perhaps?

Was the problem intermittent or happening every time without fail?

@MichaelHatherly
Copy link
Member Author

I'll rebuild that job a couple of times to check for sure.

@codecov-io
Copy link

codecov-io commented Jun 11, 2016

Current coverage is 81.52%

Merging #93 into master will decrease coverage by 4.12%

@@             master        #93   diff @@
==========================================
  Files            14         14          
  Lines           857        866     +9   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits            734        706    -28   
- Misses          123        160    +37   
  Partials          0          0          

Powered by Codecov. Last updated by 772700e...744944c

@MichaelHatherly
Copy link
Member Author

Issue #45 for Bio.jl also appears to be fixed by this:

cc: @Ward9250, @bicycle1885 if you get a chance to test this out locally as well that would be great.

@lbenet
Copy link
Contributor

lbenet commented Jun 11, 2016

I just checked it in my mac, and it the problem is gone, including julia 0.4 ! Thank you very much!

@MichaelHatherly
Copy link
Member Author

Excellent! Thanks for checking @lbenet.

Don't create new tasks for each redirect and only redirect
the `STDOUT` and `STDERR` streams once during `Document`
construction.

Might help solve the OSX issues related to hanging and too
many open files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants