On Tue Mar 02 10:32:01 2010, masak wrote: > <masak> rakudo: my Hash $x; $x[1] # by diakopterbot > <p6eval> rakudo 6867a5: OUTPUT«No applicable candidates found to > dispatch to for '_block12568'current instr.: > 'perl6;Perl6Role;!select' pc 9770 > (src/gen/RoleToClassApplier.pir:574)» > * masak submits rakudobug > <masak> alpha: my Hash $x; $x[1] > <p6eval> alpha 30e0ed: ( no output ) > <masak> o.O > <masak> locally, alpha says "Could not build C3 linearization: > ambiguous hierarchy". I recognize that error. it's in some other bug > ticket. > <masak> but this is a new issue, so new ticket it is.
$ ./perl6 -e 'my Hash $x; $x[1] ; say $x.perl' Hash Is this closable now? -- Will "Coke" Coleda
