Remove completed TODO.win32 items
authorBert Belder <bertbelder@gmail.com>
Mon, 17 Jan 2011 22:30:13 +0000 (23:30 +0100)
committerBert Belder <bertbelder@gmail.com>
Tue, 18 Jan 2011 03:58:33 +0000 (04:58 +0100)
TODO.win32

index 7e85281..81020c3 100644 (file)
   that relays everything to an internal socket?\r
   Also verify writeError and isStdoutBlocking correctness.\r
 \r
-- Think about exposing the platform through the process object\r
-  It sucks but it may be necessary to know which platfom you're running on, e.g.\r
-  you can't do spawn('grep') on windows (unless there's msys).\r
-  Something like process.os or process.platform?\r
-\r
 - Skip/fix tests that can never pass on windows\r
 \r
 - Find a solution for fs.symlink / fs.lstat / fs.chown\r
   headers must have `dllimport`.\r
 \r
 - V8: push MINGW32 build fixes upstream\r
-  (mostly done, V8 3.0.0 introduces some new issues)\r
-\r
-- Work with the V8 team to get the stack corruption bug fixed\r
-  (fixed in 3.0.0)\r
 \r
 - Work around missing pread/pwrite more elegantly\r
   Currently it's exported from libeio, while it wasn't intended to be exported.\r