# New Ticket Created by  Aleks-Daniel Jakimenko-Aleksejev 
# Please include the string:  [perl #131273]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=131273 >


Not a big deal as it was changed yesterday, but still:

Code:
say ^5 .BagHash.pick(-2.5)

Result:
(3 0 1 4 2)


Code:
say ^5 .BagHash.pickpairs(-2.5)

Result:
Unable to allocate an array of 18446744073709551614 elements
  in block <unit> at /tmp/p5a9fTqCqs line 1


For the last one, bisectable points to 
https://github.com/rakudo/rakudo/commit/0f21f511c5631545293c3d8812f8dcf5addd988f

This ticket is probably already resolved by lizmat++, but I thought I'll file 
it anyway so that it doesn't fall through the cracks (seems like there are no 
tests for these cases?).

Reply via email to