Revision
3851
Author
lsansonetti@apple.com
Date
2010-03-23 18:41:05 -0700 (Tue, 23 Mar 2010)

Log Message

refresh

Modified Paths

Diff

Modified: MacRuby/trunk/TODO (3850 => 3851)


--- MacRuby/trunk/TODO	2010-03-24 01:37:43 UTC (rev 3850)
+++ MacRuby/trunk/TODO	2010-03-24 01:41:05 UTC (rev 3851)
@@ -1,13 +1,13 @@
 For 0.6:
 
 [X] new Hash class, insertion ordering support, optimized for immediate types
-[/] new String and Symbol classes, support for 1.9 encoding semantics
-[/] new Regexp class, thread-safe, ICU-based
-[/] refactor the Array, Hash and String Foundation bridging models
-  [X] Hash
-  [X] Array
-  [ ] String
-[ ] implement basic Numeric methods on NSNumber  
+[X] new String and Symbol classes, support for 1.9 encoding semantics
+[X] new Regexp class, thread-safe, ICU-based
+[X] refactor Foundation bridging models
+  [X] NSDictionary
+  [X] NSArray
+  [X] NSString
+  [X] NSNumber
 [/] debugger
   [/] command-line tool
   [ ] Xcode plugin
@@ -22,7 +22,7 @@
   [/] hello world should work
 [ ] support Mocha
 [ ] support RSpec
-[ ] 90% (min.) of rubyspecs should pass
+[/] 90% (min.) of rubyspecs should pass
 
 Historical: