Bob Rogers wrote:
If you enable PARROT_ERRORS_PARAM_COUNT_FLAG, parrot_pass_args miscounts a :flat array as a single argument, leading to inappropriate errors. This patch fixes arg counting, adds tests to cover, andimproves the error messages.
Excellent, applied r10518
..If parrot_pass_args_fromc supports :flat, then it may have similar problems . . .
We don't have a notion to :flatten from C. Thanks, leo