[perl #130451] Looping over unitialized shaped array no longer works (my @array[8]; .say for @array)

2017-08-31 Thread Brian S. Julin via RT
On Thu, 31 Aug 2017 18:09:31 -0700, b...@abrij.org wrote: > On Fri, 30 Dec 2016 03:43:02 -0800, elizabeth wrote: > > Fixed with 696b1f4, tests needed. > > > > The problem could be reduced to: > > > > (my @[1]).iterator.pull-one > > > > Somehow the binding to AT-POS-CONTAINER failed, and I wasn’t ab

[perl #130451] Looping over unitialized shaped array no longer works (my @array[8]; .say for @array)

2017-08-31 Thread Brian S. Julin via RT
On Fri, 30 Dec 2016 03:43:02 -0800, elizabeth wrote: > Fixed with 696b1f4, tests needed. > > The problem could be reduced to: > > (my @[1]).iterator.pull-one > > Somehow the binding to AT-POS-CONTAINER failed, and I wasn’t able to > find what exactly was wrong with it. So don’t use AT-POS-CONTA