From 678fa311368a4e3112415f3f74dc8e1e1f5a419d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 11 Sep 2010 20:40:46 -0700 Subject: [PATCH] add to todo --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 37dcb9e876e..6a48bb7f3c7 100644 --- a/TODO +++ b/TODO @@ -16,3 +16,7 @@ the maximum is reached it stops accepting new connections. - compile under clang - Use C++ style casts everywhere. +- fs.readFile[Sync] should not call stat() and use the length. + Test on Linux's /proc/sys/kernel/hostname +- Ruby-like Process#detach (is that possible?) +- stderr isn't flushing on exit