# 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
# 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
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