On Sun, 05 Feb 2017 13:22:13 -0800, jdv79 wrote:
> [jdv@new-host-2 ~]$ perl6 -e '(<a b>, <c d e>).values>>.elems.say'
> (2 3)
> [jdv@new-host-2 ~]$ perl6 -e '(<a b>, <c d e>).values>>.?elems.say'
> ((1 1) (1 1 1))
> [jdv@new-host-2 ~]$ perl6 -v
> This is Rakudo version 2017.01-170-gc0a907f built on MoarVM version 
> 2017.01-31-g20dfa6b
> implementing Perl 6.c.
> [jdv@new-host-2 ~]$


Thank you for the report. This is now fixed.

Fix:  https://github.com/rakudo/rakudo/commit/3c4041eab5eaedb
Test: https://github.com/perl6/roast/commit/868491aaf5333c246

Reply via email to