about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-17 16:02:24 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-19 11:02:25 -0700
commit8453ad07c53907a54283a8eddc423840e0d9649c (patch)
treeb818d3926d5e8a0a9a446ad7901f92d0e0b16daf /TODO
parenteba5b17340c24cf70e09f7d8fe381691e32feb9e (diff)
downloadrainbows-8453ad07c53907a54283a8eddc423840e0d9649c.tar.gz
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index 553e511..27ec5dd 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,13 @@
 We're lazy and pick the easy items to do first, then the ones people
 care about.
 
+* Improve test suite coverage.  We won't waste cycles with puny
+  unit tests, only integration tests that exercise externally
+  visible parts.
+
+* (maybe) make our tests TAP-compatible.  Unfortunately the the
+  only shell library we've seen for TAP seems to use bashisms.
+
 * Rev + Thread - current Rev model with threading, which will give
   us a streaming (but rewindable) "rack.input".
 
@@ -10,6 +17,12 @@ care about.
   (our benevolent dictator doesn't like C++).  If we can figure out how
   to do Rev without Revactor, then this should be pretty easy.
 
+* EventMachine + catch/throw :async API used in Thin
+
+* EventMachine.spawn - should be like Revactor, maybe?
+
+* Rev + callcc - current Rev model with callcc (should work with MBARI)
+
 * Fiber support - Revactor already uses these with Ruby 1.9, also not
   sure how TeeInput can be done with this.
 
@@ -17,3 +30,5 @@ care about.
 
 * Rubinius Actors - should be like Revactor and easily doable once
   Rubinius gets more mature.
+
+* test and improve performance (throughput/latency/memory usage)