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
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
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
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
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
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
# 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«