[perl #88254] [BUG] Segfault/timeout when cloning a Match object

2011-04-12 Thread via RT
# New Ticket Created by Jarrod # Please include the string: [perl #88254] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=88254 > rakudo: my $f = 'a' ~~ /$='a'/; say $f.clone rakudo 4bf132: OUTPUT«(timeout)» Seems to caus

[perl #88340] backreferences to quantified captures are inconsistent in rakudo

2011-04-12 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #88340] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=88340 > 10:49 < moritz> rakudo: say '' ~~ /(\w)+$0/; say $0 10:49 <+p6eval> rakudo 4bf132: OU