From 12d3f0335b68b12617c57131d7f0fce25a772a85 Mon Sep 17 00:00:00 2001 From: Shuhei Tanuma Date: Mon, 25 Jun 2012 02:16:26 +0900 Subject: [PATCH] update todo --- TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index d4949a2..c20cea0 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,11 @@ # TODO -* adjust config.m4 (currently, this ext supports osx and windows only. i'll fix this soon) +* implement all test cases. * improve source code.(avoids copy and paste) +* error handling +* make continuous build box (linux and windows) +* re-consider function signatures. (I'd like to provide libuv same api) +* adjust config.m4 (currently, this ext supports osx and windows only. i'll fix this soon) # Not tested