[perl #123072] 'for' loop in sink context isn't invoking block in sink context

2015-08-29 Thread Will Coleda via RT
On Mon Oct 27 21:55:46 2014, pmichaud wrote: > This is a reminder/placeholder ticket for a bug I found tonight while > researching GLR-related topics. A "for" loop executed in sink context > isn't executing its block in sink context. From #perl6: > > 04:50 m: class Sinker { method sink() { say

[perl #123072] 'for' loop in sink context isn't invoking block in sink context

2014-10-27 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #123072] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123072 > This is a reminder/placeholder ticket for a bug I found tonight while researching G