# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #83674] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=83674 >
<masak> rakudo: my @a = 1..10; say ~(@a>>.trans((1..26) => (14..26,1..13))) <p6eval> rakudo a37640: OUTPUT«No candidates found to invoke for method 'increment_index' on object of type 'LSM'; available candidates have signatures::(Mu : Regex $s;; *%_):(Mu : Str $s;; *%_) in 'Cool::next_substitution' at line 2466:CORE.setting in 'Cool::trans' at line 2512:CORE.setting in main pro… * masak submits rakudobug <masak> that one's my fault. sorry 'bout that. <masak> signature should probably be Cool, not Str. For once, the whole error message is shock-full of pertinent details. Thanks to it, I know exactly what the problem is, where it is, and how to fix it.