Revision: 2927 http://trac.macosforge.org/projects/ruby/changeset/2927 Author: lsansonetti@apple.com Date: 2009-10-29 23:34:54 -0700 (Thu, 29 Oct 2009) Log Message: ----------- refreshed Modified Paths: -------------- MacRuby/trunk/TODO Modified: MacRuby/trunk/TODO =================================================================== --- MacRuby/trunk/TODO 2009-10-30 06:34:13 UTC (rev 2926) +++ MacRuby/trunk/TODO 2009-10-30 06:34:54 UTC (rev 2927) @@ -60,7 +60,7 @@ [ ] method cache is not thread safe [X] 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 + [X] lazy GCD VMs are never finalized [X] random.c is not thread-safe and should be rewritten using random(3) For 0.6: