[perl #123597] s{} mismatch on numeric

2015-01-15 Thread via RT
# New Ticket Created by H. Merijn Brand # Please include the string: [perl #123597] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123597 > $ perl6 -e'$_ = 0; s{^(\d+)$} = sprintf "%3d -", $_' Cannot call 'subst-mutate'; none

[perl #123602] [BUG] .substr on a string built with infix: gives the wrong result in Rakudo on Moar

2015-01-15 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #123602] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123602 > wow, this is the worst rakudobug I've had in a while. m: for 2, 3 -> $n { my $s = "0" x

[perl #122229] D: doesn't work in signatures

2015-01-15 Thread Will Coleda via RT
On Fri Jul 04 19:42:42 2014, coke wrote: > Many JVM tests in the roast suite are TODO'd with this message: > > D: doesn't work in signatures > > e.g.: > > S17-supply/grep.t > > #?rakudo.jvm todo "D: doesn't work in signatures" > dies_ok { Supply.grep({...}) }, 'can not be called as a class meth