[MacRuby] #512: MacRuby misreports #initialize argument count in error messages
#512: MacRuby misreports #initialize argument count in error messages -----------------------------------+---------------------------------------- Reporter: matthew@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- Given the following code, {{{ class A def initialize(a, b, c) end end A.new }}} '''Expected result (Ruby 1.9.1)''' {{{ArgumentError: wrong number of arguments (0 for 3)}}} '''Actual result (MacRuby 0.5b2)''' {{{ArgumentError: wrong number of arguments (0 for 1)}}} -- Ticket URL: <http://www.macruby.org/trac/ticket/512> MacRuby <http://macruby.org/>
#512: MacRuby misreports #initialize argument count in error messages -----------------------------------+---------------------------------------- Reporter: matthew@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: Component: MacRuby | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Changes (by martinlagardette@…): * status: new => closed * resolution: => fixed Comment: Fixed with r3590 :-) -- Ticket URL: <http://www.macruby.org/trac/ticket/512#comment:2> MacRuby <http://macruby.org/>
#512: MacRuby misreports #initialize argument count in error messages -----------------------------------+---------------------------------------- Reporter: matthew@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Changes (by martinlagardette@…): * milestone: => MacRuby 0.6 -- Ticket URL: <http://www.macruby.org/trac/ticket/512#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby