[macruby-changes] [2736] MacRuby/trunk/TODO

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 5 19:39:21 PDT 2009


Revision: 2736
          http://trac.macosforge.org/projects/ruby/changeset/2736
Author:   lsansonetti at apple.com
Date:     2009-10-05 19:39:18 -0700 (Mon, 05 Oct 2009)
Log Message:
-----------
refreshed

Modified Paths:
--------------
    MacRuby/trunk/TODO

Modified: MacRuby/trunk/TODO
===================================================================
--- MacRuby/trunk/TODO	2009-10-05 23:59:10 UTC (rev 2735)
+++ MacRuby/trunk/TODO	2009-10-06 02:39:18 UTC (rev 2736)
@@ -50,6 +50,12 @@
 [ ] leaks
   [ ] implement ~RoxorVM
   [ ] fix exception leak
+[ ] thread issues
+  [ ] method cache is not thread safe
+  [ ] block dvars are corrupted in case the receiver leaves
+      ex: 10.times { |i| Thread.new { p i } }; sleep 1
+  [ ] lazy threads (GCD, etc.) are never finalized
+  [ ] random.c is not thread-safe and should be rewritten using random(3)
 
 For 0.5 (tentative):
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091005/dc1e40e1/attachment-0001.html>


More information about the macruby-changes mailing list