[perl #127452] [CONC] hyper is very broken, *sometimes* it returns nothing

2017-10-18 Thread jn...@jnthn.net via RT
On Mon, 01 Feb 2016 21:59:33 -0800, alex.jakime...@gmail.com wrote: > Let's try running the same code twice: > > m: my @x = ^10; my @y = @x.hyper(:3batch, :5degree).map: { > sleep rand / 10; $_ + 1 }; say @y > rakudo-moar a5fe34: OUTPUT«[]␤» > m: my @x = ^10; my @y = @x.hyper(:3batch,

[perl #127452] [CONC] hyper is very broken, *sometimes* it returns nothing

2017-10-18 Thread jn...@jnthn.net via RT
On Mon, 01 Feb 2016 21:59:33 -0800, alex.jakime...@gmail.com wrote: > Let's try running the same code twice: > > m: my @x = ^10; my @y = @x.hyper(:3batch, :5degree).map: { > sleep rand / 10; $_ + 1 }; say @y > rakudo-moar a5fe34: OUTPUT«[]␤» > m: my @x = ^10; my @y = @x.hyper(:3batch,