On Sun Oct 25 08:08:11 2009, moritz wrote: > 16:06 <@moritz_> rakudo: say 'aa' ~~ /(.)$1/; say $0.to > 16:06 <+p6eval> rakudo 49e62f: OUTPUT�Null PMC access in get_string()?in > Main > (file src/gen_setting.pm, line 295)?� > > $1 doesn't exist, but this is clearly a less-than-awesome error message.
14:40 < [Coke]> rakudo: say 'aa' ~~ /(.)$1/; say $0.to 14:40 <+p6eval> rakudo 356fe7: OUTPUT«=> <a> 0 => <a>1» I think the tests described later in the ticket were assuming this should error, when it's matching now; So I'll just note the change in behavior and let someone else figure out what's right. -- Will "Coke" Coleda