summaryrefslogtreecommitdiff
path: root/TODO.win32
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-01-17 23:30:13 +0100
committerBert Belder <bertbelder@gmail.com>2011-01-18 04:58:33 +0100
commitb8879d64dd4280915e47f17142e38ce9bb220bde (patch)
treeddc6f57846a6d792cf9b7e6dd798ae818465ac80 /TODO.win32
parent6ad629895d5491036d1362c77516abc9c6bebd14 (diff)
downloadandroid-node-v8-b8879d64dd4280915e47f17142e38ce9bb220bde.tar.gz
android-node-v8-b8879d64dd4280915e47f17142e38ce9bb220bde.tar.bz2
android-node-v8-b8879d64dd4280915e47f17142e38ce9bb220bde.zip
Remove completed TODO.win32 items
Diffstat (limited to 'TODO.win32')
-rw-r--r--TODO.win329
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO.win32 b/TODO.win32
index 7e8528123a..81020c34bd 100644
--- a/TODO.win32
+++ b/TODO.win32
@@ -35,11 +35,6 @@
that relays everything to an internal socket?
Also verify writeError and isStdoutBlocking correctness.
-- Think about exposing the platform through the process object
- It sucks but it may be necessary to know which platfom you're running on, e.g.
- you can't do spawn('grep') on windows (unless there's msys).
- Something like process.os or process.platform?
-
- Skip/fix tests that can never pass on windows
- Find a solution for fs.symlink / fs.lstat / fs.chown
@@ -70,10 +65,6 @@
headers must have `dllimport`.
- V8: push MINGW32 build fixes upstream
- (mostly done, V8 3.0.0 introduces some new issues)
-
-- Work with the V8 team to get the stack corruption bug fixed
- (fixed in 3.0.0)
- Work around missing pread/pwrite more elegantly
Currently it's exported from libeio, while it wasn't intended to be exported.