-
Notifications
You must be signed in to change notification settings - Fork 45
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 stdin on Windows #74
Conversation
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
==========================================
+ Coverage 43.44% 43.47% +0.02%
==========================================
Files 23 23
Lines 1908 1909 +1
==========================================
+ Hits 829 830 +1
Misses 942 942
Partials 137 137
Continue to review full report at Codecov.
|
FWIW I plan on adding something similar to this in
which should address what codecov is upset over. |
Does this actually fix the issue in question or does something else need to be done to make stdin work on windows? Do you have any idea why this check was added? I assume there was a reason. |
Partially, see ipfs/kubo#4808 (comment) I'm going to bounce back and forth trying to get tests around stdio working on Windows.
It's a little unclear unfortunately. |
@djdv any update here? Should we just merge this and push it into go-ipfs? |
@whyrusleeping Edit: for reference, that issue is not Windows specific. |
Let's merge it. I still don't know why we disabled this command on Windows in the past (and not Linux) but we might as well try it. |
This may be all that has to be done in cmds for now, the rest may be in go-ipfs itself.
Ref: ipfs/kubo#4808