On Sat, 23 Sep 2017 06:59:18 -0700, b...@abrij.org wrote:
> On Thu, 30 Mar 2017 05:41:29 -0700, lloyd.fo...@gmail.com wrote:
> > my $regex-from-user = '{ shell "/bin/sh" }';
> > try say "foo" ~~ /<$regex-from-user>/; # won't work
> > $regex-from-user = '<::(shell "/bin/sh")>';
> > try say "foo" ~~ /<$regex-from-user>/; # you got owned
> 
> 
> rakudo PR 1168 has been submitted to deal with this issue.


That patch is in now, but Zoffix pointed out that these cases still fall 
through the cracks.

See the PR notes for ongoing progress.

Reply via email to