|
@ -29,11 +29,12 @@ |
|
|
is 'cmd' and it works a little differently. Maybe add an option to |
|
|
is 'cmd' and it works a little differently. Maybe add an option to |
|
|
specify the shell to exec()? |
|
|
specify the shell to exec()? |
|
|
|
|
|
|
|
|
- Stdio (make TTY's / repl / readline work) |
|
|
- Make colorful util.inspect work on windows. |
|
|
This will be hard: there is no ANSI escape code support in windows. |
|
|
|
|
|
Select() doesn't work on TTYs -- use a dedicated `getchar()` thread |
|
|
- Stdio: support passing sockets between master/child process |
|
|
that relays everything to an internal socket? |
|
|
Normal windows applications wouldn't like this, but it can be useful for |
|
|
Also verify writeError and isStdoutBlocking correctness. |
|
|
communication between node processes. This requires |
|
|
|
|
|
stdio.isStdinBlocking/isStdoutBlocking to be smarter. |
|
|
|
|
|
|
|
|
- Skip/fix tests that can never pass on windows |
|
|
- Skip/fix tests that can never pass on windows |
|
|
|
|
|
|
|
|