[MacRuby] #121: +new does not call -init
#121: +new does not call -init -----------------------------------+---------------------------------------- Reporter: lsansonetti@apple.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.3 Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- {{{ $ ./miniruby -e "class X; def init; p 42; super; end; end; X.new" $ ./miniruby -e "class X; def init; p 42; super; end; end; X.alloc.init" 42 $ }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/121> MacRuby <http://macruby.org/>
#121: +new does not call -init -----------------------------------+---------------------------------------- Reporter: lsansonetti@apple.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.3 Component: MacRuby | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed Comment: Fixed in r543/trunk. -- Ticket URL: <http://www.macruby.org/trac/ticket/121#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby