[MacRuby] #1482: macirb causes SyntaxError on methods with two parameters
#1482: macirb causes SyntaxError on methods with two parameters ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: reduction ------------------------------------+--------------------------------------- A small sample of using macirb from MacRuby HEAD: {{{ ± macirb irb(main):001:0> def test_method arg, arg2 SyntaxError: compile error (irb):1: duplicated argument name irb(main):002:0> exit }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1482> MacRuby <http://macruby.org/>
#1482: macirb causes SyntaxError on methods with two parameters ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: fixed Keywords: reduction | ------------------------------------+--------------------------------------- Changes (by watson1978@…): * status: new => closed * resolution: => fixed Comment: Fixed with https://github.com/MacRuby/MacRuby/commit/611c2ec874a125955b27f5e7ca54864402... -- Ticket URL: <http://www.macruby.org/trac/ticket/1482#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby