[macruby-changes] [2453] MacRuby/trunk/TODO
source_changes at macosforge.org
source_changes at macosforge.org
Tue Sep 1 19:51:06 PDT 2009
Revision: 2453
http://trac.macosforge.org/projects/ruby/changeset/2453
Author: lsansonetti at apple.com
Date: 2009-09-01 19:51:03 -0700 (Tue, 01 Sep 2009)
Log Message:
-----------
refreshed
Modified Paths:
--------------
MacRuby/trunk/TODO
Modified: MacRuby/trunk/TODO
===================================================================
--- MacRuby/trunk/TODO 2009-09-01 20:57:49 UTC (rev 2452)
+++ MacRuby/trunk/TODO 2009-09-02 02:51:03 UTC (rev 2453)
@@ -1,8 +1,14 @@
+For 0.5 RC1:
+
+[ ] fix irb Binding bugs
+[ ] sockets
+[ ] rubygems should work (modulo C extensions)
+
For 0.5 (must do):
-[ ] fix irb Binding bugs
[ ] implement Enumerable::Enumerator
-[ ] 32-bit should be back
+[/] 32-bit should be back
+[X] Array subclass for immediates
[ ] Hash subclass for immediates
[ ] backtracing / symbolication
[ ] try/catch should use a C++ exception
@@ -10,11 +16,9 @@
[ ] fully implement FFI API
[ ] support for bigdecimal
[ ] support for json
-[ ] support for zlib
-[ ] sockets
+[/] support for zlib
[ ] merge stdlib from 1.9.2 trunk
-[ ] rubygems should work (modulo C extensions)
-[ ] most language/core/library specs should run (modulo a very few exceptions)
+[/] most language/core/library specs should run (modulo a very few exceptions)
[/] port all rb_define_method() calls to rb_objc_define_method()
[/] port all rb_funcall() calls to rb_vm_call()
[/] port all rb_num_coerce_bin() calls to rb_objc_num_coerce_bin()
@@ -27,10 +31,10 @@
[ ] block inlining
[ ] fast regexp =~
[ ] rakefile-ize instruby.rb
-[ ] finish AOT compiler (only normal mode)
+[/] finish AOT compiler (only normal mode)
+[/] sync with LLVM 2.6 (DONE in llvm26 branch, blocked by LLVM regressions)
[ ] multithreaded JIT
[ ] debugger interface
-[ ] sync with LLVM 2.6 once it's released
Porting from rb_define_method() to rb_objc_define_method():
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090901/281b5bec/attachment.html>
More information about the macruby-changes
mailing list