[perl #114276] [BUG] Cannot return junctions from .classify blocks in Rakudo

[email protected] ("Jan-Olof Hendig via RT") Sat, 23 Jun 2018 12:22:07 -0700
Newsgroups perl.perl6.compiler
Message-ID <[email protected]>
On Tue, 20 Oct 2015 23:06:02 -0700, [email protected] wrote:
> Current failure mode:
> 
> $ perl6-m -e 'say (1, 2).classify: -> $x { 1|2 }'
> P6opaque: no such attribute '$!reified'
>   in block <unit> at -e:1
> 
> $ perl6-m --version
> This is perl6 version 2015.09-431-g5d83db3 built on MoarVM version
> 2015.09-79-gee9fc2b

Things have changed yet again:

$ perl6-m -e 'say (1, 2).classify: -> $x { 1|2 }'
{1 => [1 2], 2 => [1 2]}

$ perl6-m -v
This is Rakudo version 2018.06-24-gc441d8d built on MoarVM version 2018.06
implementing Perl 6.c.