On Sat Sep 13 04:33:53 2008, masak wrote:
> In Rakudo r31066, this works...
> 
> $ ./perl6 -e 'sub a($b) { $b(5) }; a(&say)' # cool!
> 5
> 
> ...but not the following:
> 
> <bacek> rakudo: sub a(&b) { b(5) }; a(&say)
> <polyglotbot> OUTPUT[Could not find non-existent sub b␤current instr.:
> 'a' pc 139
>               (EVAL_15:63)␤called from Sub '_block11' pc 27
> (EVAL_15:15)␤called from
>               Sub 'parrot;PCT::HLLCompiler;eval' pc 806
>               (src/PCT/HLLCompiler.pir:481)␤called from Sub
>               'parrot;PCT::HLLCompiler;evalfiles' pc 1078
> <polyglotbot> ..(src/PCT/HLLCompiler.pir:610)␤called from Sub
>               'parrot;PCT::HLLCompiler;comma...
> <bacek> this is definitely not-yet-implemented-rakudo-feature
> <bacek> It should work according to S06
> 
> kthxbai.

OH HAI...you can haz fix in r31228. Plz I can haz spectests so we avoidz
regreshuns?

kthxbai,

Jonathan

Reply via email to