[MacRuby] #830: Assertion fails when calls undef with Symbol including expression interpolation.
#830: Assertion fails when calls undef with Symbol including expression interpolation. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Test Script: {{{ #!ruby $ cat test_undef.rb # '[ruby-dev:32308]' def foobar end undef :"foo#{:bar}" foobar }}} Result of Ruby 1.9.1: {{{ $ ruby test_undef.rb test_undef.rb:6:in `<main>': undefined local variable or method `foobar' for main:Object (NameError) }}} Result of MacRuby Trunk: {{{ $ macruby test_undef.rb Assertion failed: (TYPE(name) == T_SYMBOL), function compile_node0, file compiler.cpp, line 4101. zsh: abort macruby test_undef.rb }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/830> MacRuby <http://macruby.org/>
#830: Assertion fails when calls undef with Symbol including expression interpolation. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.7 Comment: Should be fixed in r4408. -- Ticket URL: <http://www.macruby.org/trac/ticket/830#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby