[perl #132269] [REGRESSION][BUG] JIT removing loop construct and confusing last()

2017-10-19 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Alright, so this was fixed, or at least Committable is sure that it was: https://gist.github.com/Whateverable/569f4cd48eb7e12e50922035d0d4d94e According to brrt the fix is in this moarvm commit: https://github.com/MoarVM/MoarVM/commit/bedc8511387af00ea3b71d07770e9e7eb2c0e279 I guess we need tests

[perl #132249] [LTA] use lib ‘’ spills guts (use lib ‘’)

2017-10-19 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Oh. This was fixed in https://github.com/rakudo/rakudo/commit/56eef696 「testneeded」 On 2017-10-08 21:38:13, alex.jakime...@gmail.com wrote: > Code: > use lib ‘’ > > Result: > ===SORRY!=== > Too few positionals passed to 'repository-for-spec'; expected 3 > arguments but got 0 > > > Also there's no

[perl #132290] [LTA] .gist of a Method does not always show the its .name (.say for .^methods)

2017-10-19 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Slight change after https://github.com/rakudo/rakudo/commit/b6982e68 Current output: https://gist.github.com/Whateverable/6500a98a091e42d8b664e4b870f09a7d On 2017-10-13 20:09:41, alex.jakime...@gmail.com wrote: > Code: > say .name, “ – ”, .gist for .^methods > > Result: > from-iterator – from-ite