Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Update TODO.w32
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Dec 20, 2010
1 parent 46dc393 commit e85733a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions TODO.win32
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
- Implement other stuff missing in node.cc/process
Like setuid, setgid, kill etc.

- Implement missing `net` methods
- Implement missing `net` methods
A pressing issue is: how do we work with windows api functions that are not utf8 aware?
E.g. getaddrinfo() is ansi-only; GetAddrInfoW is utf16-only. Can we get utf16 straight out of v8?

- Child processes

- Stdio (make TTY's / repl / readline work)
Also verify writeError and isStdoutBlocking correctness
This will be hard: there is no ANSI escape code support in windows.
Select() doesn't work on TTYs -- use a dedicated `getchar()` thread
that relays everything to an internal socket?
Also verify writeError and isStdoutBlocking correctness.

- Make `make test` work, think about `make install`

Expand Down

0 comments on commit e85733a

Please sign in to comment.