[MacRuby] #411: MacRuby does not force call to finalizers
#411: MacRuby does not force call to finalizers ---------------------------------+------------------------------------------ Reporter: neeracher@… | Owner: lsansonetti@… 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/>
#411: MacRuby does not force call to finalizers ---------------------------------+------------------------------------------ Reporter: neeracher@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------+------------------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: Should be fixed by r2921. -- Ticket URL: <http://www.macruby.org/trac/ticket/411#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby