On Sun Mar 15 12:12:51 2009, richardh wrote:
> perl6
> > my @x=1|11,2,3;my $s=[+] @x; $s.perl.say; $s ~~ Junction and say 'hi'
> any(6, 16)
> Null PMC access in get_integer()
>
Fixed in git 90c8b8e.
> my @x=1|11,2,3;my $s=[+] @x; $s.perl.say; $s ~~ Junction and say 'hi'
any(6, 16)
hi
Thanks,
J
# New Ticket Created by Richard Hainsworth
# Please include the string: [perl #63906]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=63906 >
perl6
> my @x=1|11,2,3;my $s=[+] @x; $s.perl.say; $s ~~ Junction and say 'hi'
any