On Tue Nov 18 08:14:40 2008, pmichaud wrote: > On Sun, Nov 16, 2008 at 01:23:28AM -0800, Ilya Belikin wrote: > > Hi! > > example: > > > > sub bar (@ar, :$a) { ... } > > bar(); #too few arguments passed (0) - 4 params expected > > > > If signature without named args, all right. > > Jonathan and I have confirmed that this is indeed a bug > in error reporting, but we don't yet know where the bug is. > (Parrot generates the error message, not Rakudo.) > The binder re-write a while ago dealt with this one - we now report:
Not enough positional parameters passed; got 0 but expected 1 Resolving. Thanks, Jonathan