[macruby] #87: nil.superclass fails and hangs
#87: nil.superclass fails and hangs ------------------------------+--------------------------------------------- Reporter: kourge@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- Steps to reproduce is as follows. Open up macirb and enter: {{{ nil.superclass }}} macruby would hang and the CPU usage would increase until being forced to quit. The standard irb would raise a NoMethodError: {{{ NoMethodError: undefined method `superclass' for nil:NilClass from (irb):1 }}} -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/87> macruby <http://ruby.macosforge.org/>
#87: nil.superclass fails and hangs ------------------------------+--------------------------------------------- Reporter: kourge@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.3 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------+--------------------------------------------- Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.3 Comment: Fixed by r306/trunk. -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/87#comment:1> macruby <http://ruby.macosforge.org/>
participants (1)
-
macruby