#411: MacRuby does not force call to finalizers
---------------------------------+------------------------------------------
 Reporter:  neerac...@…          |       Owner:  lsansone...@…        
     Type:  defect               |      Status:  new                  
 Priority:  blocker              |   Milestone:                       
Component:  MacRuby              |    Keywords:                       
---------------------------------+------------------------------------------
 Per our discussion on macruby-devel:

 {{{
 macruby -e "o=Object.new; ObjectSpace.define_finalizer(o, proc{p
 42}); p :dying"
 }}}

 This calls the finalizer on other ruby platforms, but not on current
 Macruby

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/411>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to