On Thu, Jul 9, 2009 at 1:24 AM, yary<not....@gmail.com> wrote: > On Wed, Jul 8, 2009 at 3:28 PM, Carl Mäsak<cma...@gmail.com> 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 's'. > > There's also the inconsistency of "arguments" vs "params"! Drop the > "params" altogether. >
There's also also the fact that 'param' is an abbreviation and looks sloppy, so it should be 'parameter' vs 'argument'. Which is right? I don't know, but I know that 'param' is wrong. PIR might use it, but that's not the kind of thing we want to expose in error messages. Or at least, I don't.