| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Can you remove this section.
Sorry, something went wrong.
|
Thanks @cjihrig for all the feedback! I will revamp this test according to your suggestions. Can the Copyright notice really be removed? I don't think so. Even with a permissive license, one of the clauses is to preserve the copyright notice. |
Sorry, something went wrong.
|
Yea, the copyright in all the files was removed a long time ago in io.js. I'm not a lawyer, but I think I remember something about only needing the license in the root of the project. |
Sorry, something went wrong.
|
Ok, I'll take your word for it. |
Sorry, something went wrong.
There was a problem hiding this comment.
Please use the format as in #2109
Sorry, something went wrong.
|
Updated. PTAL. |
Sorry, something went wrong.
|
The commented out console.log()s should probably go. You could optionally change a few lets to consts. Other than that, LGTM if the CI is happy. |
Sorry, something went wrong.
There was a problem hiding this comment.
Const
Sorry, something went wrong.
|
Updated according to feedback. Thanks again for all the help! Much more slick now 👍 CI run: https://ci.nodejs.org/job/node-test-pull-request/333/ |
Sorry, something went wrong.
|
argh.. linter errors |
Sorry, something went wrong.
Adding a Windows test to verify that a node process spawned via cmd with named pipes can access its stdio streams. Ref: nodejs/node-v0.x-archive#7345
|
Fixed whitespace. One more try: https://ci.nodejs.org/job/node-test-pull-request/334/ |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adding a Windows test to verify that a node process spawned via
cmd with named pipes can access its stdio streams.
Ref: nodejs/node-v0.x-archive#7345
This test was orphaned in joyent/node:master. It is still useful.