Re: [perl #58278] [BUG] Slurpy params give "Cannot morph a Perl6Scalar." error

2008-09-09 Thread Patrick R. Michaud
Patch rejected; the patch appears to eliminate "Perl6Scalar" entirely from the 'is copy' semantics, this means we'd be without an appropriate Scalar container for something like sub foo($a is copy) { ... } In general I think much of the signature handling in Rakudo needs a significant refact

[perl #58278] [BUG] Slurpy params give "Cannot morph a Perl6Scalar." error

2008-09-09 Thread Vasily Chekalkin via RT
Hello. There is patch that fixes this error (and makes first 6 tests from S06/slurpy-params.t passing). Unfortunately it triggers bug from #58718 -- Bacek. diff --git a/languages/perl6/src/parser/actions.pm b/languages/perl6/src/parser/actions.pm index 349f433..27ddcd0 100644 --- a/languages/per