[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)

Re: [perl #131092] [REGEX] Alternation fails matching the same token on either side

2017-04-05 Thread Lloyd Fournier
Ah woops. I thought I was testing it without grammar tracer as well. Thanks for clearing that up for me :) On Tue, Apr 4, 2017 at 10:27 PM Zoffix Znet via RT < perl6-bugs-follo...@perl.org> wrote: > On Sun, 02 Apr 2017 19:19:11 -0700, lloyd.fo...@gmail.com wrote: > > use Grammar::Tracer; > > gram

[perl #131103] Cannot initialize object hashes with coercive types

2017-04-05 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #131103] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131103 > m: my %h{Str(Cool)} = a => 42 # we actually don't appear to support coe

Re: Associative collection with automatic keys?

2017-04-05 Thread Luca Ferrari
On Tue, Apr 4, 2017 at 11:31 AM, Trey Ethan Harris wrote: > (I can use classify-list to do this ad-hoc, or even just do a simple map as > I might in Perl 5, but I'm thinking of each key's relationship to and > extraction from its value as being a feature of the collection, not of the > way I const