[perl #111474] [BUG] Variable in string in <{ }> interpolator in regex doesn't get a proper lookup in Rakudo

2017-09-10 Thread Sam S. via RT
On Thu, 01 Mar 2012 13:07:28 -0800, masak wrote: > nom: '' ~~ / :my $a; <{ '$a' }> / > nom 48af8c: OUTPUT«===SORRY!===␤Variable $a is not > declared␤at eval_0:1␤» This works fine now - and has so for a while¹, apparently since a commit² in May 2015: say '123' ~~ / :my $a=2; <{ '$a' }> /,

[perl #111474] [BUG] Variable in string in { } interpolator in regex doesn't get a proper lookup in Rakudo

2012-03-01 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #111474] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=111474 masak nom: https://gist.github.com/1951347 p6eval nom 48af8c: