On Sat Jun 26 02:34:03 2010, moritz wrote: > 11:29 * moritz_ has a case of totally wrong line number > 11:29 <@jnthn> OH NOES > 11:29 <@jnthn> moritz_: How rong is rong? > 11:29 <@moritz_> jnthn: line 67 for a 30 line file > 11:29 <@jnthn> lol > 11:30 <@moritz_> rakudo: class A { has $.x is rw }; A.new.x(5) > 11:30 <+p6eval> rakudo 6769e1: OUTPUT«too many positional arguments: 2 > passed, > 1 expected in main program body at line 67» > 11:30 <@moritz_> you see, line 67 > 11:30 <@jnthn> .. > 11:30 <@jnthn> wtf. > 11:30 <@jnthn> Epic fail! > 11:30 * moritz_ submits rakudobug > 11:30 <@jnthn> plz to file ... yes that :-)
Unfailed it: class A { has $.x is rw }; A.new.x(5) C:\Consulting\rakudo>perl6 test.p6 too many positional arguments: 2 passed, 1 expected in main program body at line 2:test.p6 Given to moritz++ for spectesting. Thanks, Jonathan