[perl #121166] [BUG] LTA error message when assigning to lexical variables from inside a regex in Rakudo

2017-12-03 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Still reproducible (2017.11,HEAD(e5b660e)), almost identical error message. On 2014-02-04 08:01:17, masak wrote: > m: my $x; 'abc' ~~ /$x=(ab)/; say $x > rakudo-moar 44ab3c: OUTPUT«===SORRY!===␤Error while > compiling op bind: QAST::Block with cuid cuid_1_1391529188.76986 has > not appeared␤» >

[perl #121166] [BUG] LTA error message when assigning to lexical variables from inside a regex in Rakudo

2014-02-04 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #121166] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=121166 moritz m: my $x; 'abc' ~~ /$x=(ab)/; say $x camelia rakudo-moar 44ab3c: