Re: Junctions wrapped in singleton lists

2020-11-18 Thread William Michels via perl6-users
user@mbook:~$ raku Welcome to 𝐑𝐚𝐤𝐮𝐝𝐨™ v2020.10. Implementing the 𝐑𝐚𝐤𝐮™ programming language v6.d. Built on MoarVM version 2020.10. You may want to `zef install Readline` or `zef install Linenoise` or use rlwrap for a line editor To exit type 'exit' or '^D' > say $*PERL.version; v6.d > say $*PERL.

Re: Junctions wrapped in singleton lists

2020-11-18 Thread Elizabeth Mattijsen
This change of behaviour turned out to be a regression. This was fixed reported in https://github.com/rakudo/rakudo/issues/4039 and fixed with https://github.com/rakudo/rakudo/commit/3e10cc6f8a > On 18 Nov 2020, at 18:46, William Michels via perl6-users > wrote: > > user@mbook:~$ raku > Welc

Re: Junctions wrapped in singleton lists

2020-11-18 Thread William Michels via perl6-users
Thanks Liz! On Wed, Nov 18, 2020 at 9:50 AM Elizabeth Mattijsen wrote: > This change of behaviour turned out to be a regression. This was fixed > reported in https://github.com/rakudo/rakudo/issues/4039 and fixed with > https://github.com/rakudo/rakudo/commit/3e10cc6f8a > > > On 18 Nov 2020, at