Re: [perl #128751] rakudo for loop on texas bag operator spawns background IO

2016-07-27 Thread Brandon Allbery
Note that there's a high probability of this being a cygwin-specific issue. On Wed, Jul 27, 2016 at 11:24 AM, Will Coleda via RT < perl6-bugs-follo...@perl.org> wrote: > On Wed Jul 27 07:38:45 2016, ajs wrote: > > Was playing around on command-line with hyperoperations over texas bag > >

[perl #128751] rakudo for loop on texas bag operator spawns background IO

2016-07-27 Thread Will Coleda via RT
On Wed Jul 27 07:38:45 2016, ajs wrote: > Was playing around on command-line with hyperoperations over texas bag > operators and got to this silly thing: > > perl6 -e 'for 1..100 -> $i { say (((^$i).map: {^$_}) <<(-)>> > ((^($i+1)).map: {$_ xx $i})) }' > > Which, after control-Cing backgrounded

[perl #128751] rakudo for loop on texas bag operator spawns background IO

2016-07-27 Thread via RT
# New Ticket Created by Aaron Sherman # Please include the string: [perl #128751] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128751 > Was playing around on command-line with hyperoperations over texas bag operators and