On Fri Jun 05 15:27:20 2009, masak wrote: > <masak> rakudo: say /foo/ ~~ Regex > <p6eval> rakudo fb2fd4: OUTPUT«1» > <masak> the signature at src/setting/Any-str.pm:134 still says Code. > should it be Regex instead, like in S32? > <masak> rakudo: say 'abcdef'.comb({1}).perl > <p6eval> rakudo fb2fd4: OUTPUT«Method 'to' not found for invocant of > class 'Int'» > * masak submits rakudobug
Hm, src/builtins/any-str.pir:647 contains another likely culprit of the same type...