[MacRuby] #1259: aborting in no superclass
#1259: aborting in no superclass ----------------------------+----------------------------------------------- Reporter: tglee@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------+----------------------------------------------- I am not sure if this aborting message in a super call is proper. There is a discrepancy between macruby and cruby 1.9.2 shown as following captures... $ macruby -e 'p MACRUBY_VERSION, MACRUBY_REVISION' "0.11" "git commit d54db7edd09046a6e74364eb49b35d48b79f13a7" $ macirb irb(main):001:0> super interpreter: unrecognized call instruction: (ID: 65) %0 = call i8* @rb_vm_current_block() Abort trap $ $ irb1.9 irb(main):001:0> super NoMethodError: super: no superclass method `irb_binding' for main:Object from (irb):1 from /opt/local/bin/irb1.9:12:in `<main>' irb(main):002:0> -- Ticket URL: <http://www.macruby.org/trac/ticket/1259> MacRuby <http://macruby.org/>
#1259: aborting in no superclass ----------------------------+----------------------------------------------- Reporter: tglee@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------+----------------------------------------------- Comment(by lsansonetti@…): Bug in the interpreter. -- Ticket URL: <http://www.macruby.org/trac/ticket/1259#comment:1> MacRuby <http://macruby.org/>
#1259: aborting in no superclass ----------------------------+----------------------------------------------- Reporter: tglee@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.11 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------+----------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.11 Comment: Should be fixed in https://github.com/MacRuby/MacRuby/commit/c6300f9aef496d72192717cc30f5798604... -- Ticket URL: <http://www.macruby.org/trac/ticket/1259#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby