Modified: MacRuby/trunk/TODO (3087 => 3088)
--- MacRuby/trunk/TODO 2009-12-08 06:47:24 UTC (rev 3087)
+++ MacRuby/trunk/TODO 2009-12-09 00:24:13 UTC (rev 3088)
@@ -1,3 +1,12 @@
+For 0.5 beta 3:
+
+[ ] HotCocoa should be extracted as a gem
+[ ] HotCocoa samples should all work
+[ ] backtracing information (line numbers) should be accurate
+[/] frozen, stable and documented GCD API
+[ ] non-ASCII regexp
+[/] 32-bit should be back
+
For 0.5 (must do):
[/] sockets
@@ -4,7 +13,6 @@
[/] backtracing / symbolication
[/] rubygems should work (modulo C extensions)
[ ] `macgem build' doesn't seem to work
-[/] 32-bit should be back
[X] Array subclass for immediates
[ ] Hash subclass for immediates
[X] try/catch should use a C++ exception
@@ -50,7 +58,6 @@
[X] add a flag to link against libmacruby.dylib (and not .a) when
assembling a binary
[X] sync with LLVM 2.6/ToT
-[ ] non-ASCII regexp
[ ] leaks
[X] implement ~RoxorVM
[ ] fix exception leak