Re: [perl #128766] Useless use of $a in sink context is spurious

2016-08-03 Thread Lloyd Fournier
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 >

[perl #128766] Useless use of $a in sink context is spurious

2016-07-29 Thread Will Coleda via RT
Re-opening, marking testneeded. -- Will "Coke" Coleda

[perl #128766] Useless use of $a in sink context is spurious

2016-07-29 Thread Larry Wall via RT
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.)

[perl #128766] Useless use of $a in sink context is spurious

2016-07-28 Thread via RT
# 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