On Thu Oct 01 03:43:28 2009, masak wrote: > <masak> rakudo: sub foo( :f($foo) ) {}; say &foo.signature.perl > <p6eval> rakudo ffe648: OUTPUT«:(Any :$foo?)» > <jnthn> masak: that looks wrong. > <masak> I thought so, too. > * masak submits rakudobug > <jnthn> masak: But actuallly we cheat rather than do that stuff right. > <jnthn> If you attempt :foo(:bar(:$baz)) you are also going to find it > does not yet work.
Fixed in git 174e0d6, during re-write of Signature.perl into the setting. Assigning to moritz++ for spectests. Thanks, Jonathan