-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
I am reviewing windows building, testing and other related windows stuff and noticed that this test is quite complex. That might be fair, but it's the only one that requires both sed and grep, which are sort of hard to install dependencies on windows (imo, I am now windows developer though).
In order to ease windows node core hacking, we could deprecate it for some simpler piping test.
Background: I am following https://github.com/nodejs/node/wiki/installation#building-on-windows and am trying to build those dependencies in JS, in order to just npm install -g [...] things. But grep and sed would be too hard I guess.
Metadata
Metadata
Assignees
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.