On Wed, 28 Dec 2016 17:38:33 -0800, [email protected] wrote: > 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
Thank you for the report. This is now fixed, along with 4 more bugs found during the fix. Fixes: https://github.com/rakudo/rakudo/commit/19df3584e68269f719 Tests: https://github.com/perl6/roast/commit/0f53a2d412
