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

fix: only wait for stdin when appropriate #98

Merged
merged 1 commit into from
Nov 19, 2016
Merged

Conversation

nfischer
Copy link
Member

Don't deadlock waiting for stdin during situations when stdin is not expected.

Fixes #95

Don't deadlock waiting for stdin during situations when stdin is not expected.

Fixes #95
@codecov-io
Copy link

codecov-io commented Nov 18, 2016

Current coverage is 100% (diff: 100%)

Merging #98 into master will not change coverage

@@           master   #98   diff @@
===================================
  Files           2     3     +1   
  Lines          21    22     +1   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits           21    22     +1   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 92c16d7...66ea639

@nfischer
Copy link
Member Author

LGTM since we should release this quickly

@nfischer nfischer merged commit a6b4121 into master Nov 19, 2016
@nfischer nfischer deleted the fix-stdin-deadlock branch November 19, 2016 07:15
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.

3 participants