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


Instead, it returns exactly $limit results.

Code:
say +$*ARGFILES.lines(100) # to replicate, run it with one line on stdin

Result (2015.12):
1

Result (HEAD):
100


Bisectable points to 
https://github.com/rakudo/rakudo/commit/24f0eeb84b9a5ee3cf4f3f78ccd4a5599e88532a

Perhaps a better visualization of what is happening: 
https://gist.github.com/Whateverable/d5a5186e85c168b1990d87bb726403c9

Reply via email to