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.) Pm