# New Ticket Created by Brent Laabs
# Please include the string: [perl #126976]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126976 >
01:56 labster m: "/".IO.mkdir # well that's a surprise
01:56 camelia rakud
> On 20 Dec 2015, at 05:23, Alex Jakimenko (via RT)
> wrote:
>
> # New Ticket Created by Alex Jakimenko
> # Please include the string: [perl #126972]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=126972 >
>
>
> Code:
>
Elizabeth Mattijsen via RT wrote:
>Fixed with ae8d9809c432f071643384
It's good that you're now factoring out the escaping code. This means
that these methods (including for IO::Path) are now correct. But the
factoring is still flawed, in that you've inlined what remains of
the body of Str.perl i
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #126975]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126975 >
m: class A::B {}; class C { has A::B $.ab = A::B.new }; say "alive"
rakudo-moar f1bbd4:
The test this ticket was about was unfudged with commit
https://github.com/perl6/roast/commit/734565c16e
I'm closing this ticket as 'resolved'.
# New Ticket Created by Steve Schulze
# Please include the string: [perl #126974]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126974 >
If I build constant arrays, use those arrays to built _other_ constant
arrays
with meta