On Tue Apr 06 09:38:34 2010, masak wrote: > <jnthn> rakudo: sub yulia is krassivaya { } > <p6eval> rakudo c06062: OUTPUT«Could not find sub &substr [...] > <jnthn> wtf. > * masak submits rakudobug > <jnthn> Well, it fails anyway. > > This should fail, but not with that error.
Now it fails by telling you about the fact that there's no trait_mod:<is> to handle the beautiful trait. > sub yulia is krassivaya { } No applicable candidates found to dispatch to for 'trait_mod:<is>'. Available candidates are: ... Which is much more relevant. Given to moritz++ - I guess a test that trait_mod:<is> is mentioned somewhere in the error would maybe be a good idea? Thanks, Jonathan