test:
https://github.com/perl6/roast/commit/4fdee95e24998498641bc548cb4319cefd6d0a0f
On Sat, Jul 30, 2016 at 5:36 AM Will Coleda via RT <
bugs-comm...@bugs6.perl.org> wrote:
> Re-opening, marking testneeded.
>
> --
> Will "Coke" Coleda
>
Re-opening, marking testneeded.
--
Will "Coke" Coleda
The onearg form of reduce wasn't correctly marking wantedness of either the
operator or the argument.
Fixed in fc28b67185d711cf8e4b3f9e6987e1ceee34e37b.
(We don't test sink warnings currenlty.)
# New Ticket Created by Aaron Sherman
# Please include the string: [perl #128766]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128766 >
In this code:
sub infix:<↑>($a, $b) is assoc {$a ** $b}; sub infix:<↑↑>($a, $b) is
asso