[perl #128887] [BUG] `eager` on a Range constructed with Range math operators spills guts

2016-12-13 Thread Zoffix Znet via RT
On Wed, 10 Aug 2016 06:54:27 -0700, c...@zoffix.com wrote: > m: say eager (2.5..^7.5) > rakudo-moar e829a9: OUTPUT«(2.5 3.5 4.5 5.5 6.5)␤» > > m: say eager (^10+5)/2 > rakudo-moar e829a9: OUTPUT«P6opaque: get_boxed_ref could not unbox for > the representation '20' of type Rat␤ in block at line

[perl #128887] [BUG] `eager` on a Range constructed with Range math operators spills guts

2016-08-10 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128887] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128887 > m: say eager (2.5..^7.5) rakudo-moar e829a9: OUTPUT«(2.5 3.5 4.5 5.5 6.5)␤» m: say eager