On Wed Jan 30 12:32:36 2013, [email protected] wrote: > On Fri Jan 25 14:16:29 2013, masak wrote: > > <cog> r: my ($abe, $ba, $abc); $abd > > <p6eval> rakudo 6b0cea: OUTPUT«===SORRY!===elements() not implemented > > in class 'Array'» > > <jnthn> wtf > > <cog> :) > > <jnthn> r: $abd > > <p6eval> rakudo 6b0cea: OUTPUT«===SORRY!===Variable '$abd' is not > > declared [..] > > <jnthn> r: my $abc; $abd > > <p6eval> rakudo 6b0cea: OUTPUT«===SORRY!===Variable '$abd' is not > > declared. Did you mean '$abc'? [...] > > * masak submits rakudobug > > <jnthn> r: my $abc; my $abe; $abd > > <p6eval> rakudo 6b0cea: OUTPUT«===SORRY!===elements() not implemented > > in class 'Array'» > > <jnthn> *sigh* > > <cog> problem is with many approximate candidates with the levenstein > > distance > > <cog> nice code btw. :) > > Works now: > > $ perl6 -e "my ($abe, $ba, $abc); $abd" > ===SORRY!=== > Variable '$abd' is not declared. Did you mean any of these? > $abe > $abc > > Tagging testneeded. > > /jnthn
Test added in S32-exceptions/misc.t -- Will "Coke" Coleda
