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
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
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