[perl #63906] Matching against Junction fails

2009-03-17 Thread jn...@jnthn.net via RT
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

[perl #63906] Matching against Junction fails

2009-03-16 Thread via RT
# 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