Re: [perl #131106] [BUG] Code.ACCEPTS not raw enough

2017-04-06 Thread Lloyd Fournier
Tests were merged here: https://github.com/perl6/roast/commit/c0870cab72b75bfd66580b5248d9465edc4fea04 On Thu, Apr 6, 2017 at 6:18 PM Elizabeth Mattijsen via RT < perl6-bugs-follo...@perl.org> wrote: > Fixed with c0eb9bd10f , tests needed > > > On 6 Apr 2017, at 05:48, Lloyd Fournier (via RT) <

Re: [perl #131106] [BUG] Code.ACCEPTS not raw enough

2017-04-06 Thread Elizabeth Mattijsen
Fixed with c0eb9bd10f , tests needed > On 6 Apr 2017, at 05:48, Lloyd Fournier (via RT) > wrote: > > # New Ticket Created by Lloyd Fournier > # Please include the string: [perl #131106] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Dis

[perl #131106] [BUG] Code.ACCEPTS not raw enough

2017-04-05 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #131106] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131106 > 13:36 < llfourn> m: my $foo = "foo"; my \t = (* =:= $foo); say $foo ~~ t; say t.($foo)