# New Ticket Created by Sam S.
# Please include the string: [perl #128785]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128785 >
Perl 6 agrees with pretty much all programming languages that 0**0 == 1, and
does so consisten
# New Ticket Created by Wenzel Peppmeyer
# Please include the string: [perl #128787]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128787 >
m: say Q ⸨oi!⸩
# OUTPUT«===SORRY!=== Error while compiling Couldn't find terminator
I've unsuccessfully tried to fix this, but I've come up with an idea how an
actual fix might go.
When the merge flag (which I added in recent commits) gets passed to
MVM_proc_spawn or MVM_proc_shell, we have to first create a new pipe on our
own, then set up both stdio 1 and 2 to UV_REUSE_STREA
# New Ticket Created by Aaron Sherman
# Please include the string: [perl #128794]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128794 >
Example code:
$ perl6 -e 'class NotComposed { has &.func = ~*; }; class IsRat does
Rati
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #128795]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128795 >
m: :(*%)~~ :();
rakudo-moar 46838d: OUTPUT«Method 'type' not found for invocant of
clas