Skip to content

Commit b8879d6

Browse files
committed
Remove completed TODO.win32 items
1 parent 6ad6298 commit b8879d6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

TODO.win32

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
that relays everything to an internal socket?
3636
Also verify writeError and isStdoutBlocking correctness.
3737

38-
- Think about exposing the platform through the process object
39-
It sucks but it may be necessary to know which platfom you're running on, e.g.
40-
you can't do spawn('grep') on windows (unless there's msys).
41-
Something like process.os or process.platform?
42-
4338
- Skip/fix tests that can never pass on windows
4439

4540
- Find a solution for fs.symlink / fs.lstat / fs.chown
@@ -70,10 +65,6 @@
7065
headers must have `dllimport`.
7166

7267
- V8: push MINGW32 build fixes upstream
73-
(mostly done, V8 3.0.0 introduces some new issues)
74-
75-
- Work with the V8 team to get the stack corruption bug fixed
76-
(fixed in 3.0.0)
7768

7869
- Work around missing pread/pwrite more elegantly
7970
Currently it's exported from libeio, while it wasn't intended to be exported.

0 commit comments

Comments
 (0)