Re: [perl #67358] [BUG] less than awesome error message for 1 param expected in Rakudo

2009-07-10 Thread chromatic
On Wednesday 08 July 2009 17:24:47 yary wrote: > On Wed, Jul 8, 2009 at 3:28 PM, Carl Mäsak wrote: > > Maybe, but the problem as described in the original ticket was the > > inconsistency of '1' and 'params' with an 's'. > There's also the inconsistency of "arguments" vs "params"! Drop the > "pa

Re: [perl #67358] [BUG] less than awesome error message for 1 param expected in Rakudo

2009-07-09 Thread Matthew Walton
On Thu, Jul 9, 2009 at 1:24 AM, yary wrote: > On Wed, Jul 8, 2009 at 3:28 PM, Carl Mäsak wrote: > >>> It's Parrot behavior.  It's trivial to change to "Too many params passed" or >>> "Too many results passed".  Would that be clearer? >> >> Maybe, but the problem as described in the original ticket

Re: [perl #67358] [BUG] less than awesome error message for 1 param expected in Rakudo

2009-07-08 Thread yary
On Wed, Jul 8, 2009 at 3:28 PM, Carl Mäsak wrote: >> It's Parrot behavior.  It's trivial to change to "Too many params passed" or >> "Too many results passed".  Would that be clearer? > > Maybe, but the problem as described in the original ticket was the > inconsistency of '1' and 'params' with an

Re: [perl #67358] [BUG] less than awesome error message for 1 param expected in Rakudo

2009-07-08 Thread Carl Mäsak
chromatic (>), Kyle (>>): >> In this case, it might be easiest to leave the word out: >> >> Too many arguments passed (2) - 1 expected. >> >> Even this looks not too bad to me: >> >> Too many arguments passed (1) - 0 expected. > > It's Parrot behavior.  It's trivial to change to "Too many params pa

Re: [perl #67358] [BUG] less than awesome error message for 1 param expected in Rakudo

2009-07-08 Thread chromatic
On Wednesday 08 July 2009 14:56:11 Kyle Hasselbacher wrote: > In this case, it might be easiest to leave the word out: > > Too many arguments passed (2) - 1 expected. > > Even this looks not too bad to me: > > Too many arguments passed (1) - 0 expected. It's Parrot behavior. It's trivial to chan

Re: [perl #67358] [BUG] less than awesome error message for 1 param expected in Rakudo

2009-07-08 Thread Kyle Hasselbacher
On Wed, Jul 8, 2009 at 4:50 PM, Carl Mäsak wrote: > rakudo 70bfd5: OUTPUT«too many arguments passed (2) - 1 > params expected [...] In this case, it might be easiest to leave the word out: Too many arguments passed (2) - 1 expected. Even this looks not too bad to me: Too many arguments passed

[perl #67358] [BUG] less than awesome error message for 1 param expected in Rakudo

2009-07-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #67358] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67358 > actually, I see another bug there... :) rakudo: say log(1, 10) rakudo 70bfd5: OUTPUT«