[perl #130218] [REGEX] Erroneous behavior when creating tokens named “before” or “after” (token TOP { }; token before { . })

2016-11-29 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130218] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130218 > Code: grammar G { token TOP { } token before { . } } say G.parse

[perl #130216] Does Perl 6 support POSIX character classes?

2016-11-29 Thread Will Coleda via RT
On Tue, 29 Nov 2016 12:33:21 -0800, comdog wrote: > On https://docs.perl6.org/language/regexes , it says "POSIX character > classes", then lists the names of the POSIX character classes. When I > try these, they don't seem to respect the locale (see > http://stackoverflow.com/q/40863736/2766176). >

Re: [perl #130217] [LTA] No warning when using complex rules as a character class (/<+ident>/)

2016-11-29 Thread Brandon Allbery
On Tue, Nov 29, 2016 at 4:53 PM, Aleks-Daniel Jakimenko-Aleksejev < perl6-bugs-follo...@perl.org> wrote: > Obviously, the code above does not make any sense, which is why I think > Perl 6 should be smart enough to give a warning in this case. > Could be something like “attempt to use a complex rul

[perl #130217] [LTA] No warning when using complex rules as a character class (/<+ident>/)

2016-11-29 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130217] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130217 > Code: say ‘25_8thelloworld_234aeou’ ~~ / <+ident +[∞]> / Result: 「_8

[perl #130216] Does Perl 6 support POSIX character classes?

2016-11-29 Thread brian d foy
# New Ticket Created by "brian d foy" # Please include the string: [perl #130216] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130216 > On https://docs.perl6.org/language/regexes , it says "POSIX character classes", then lis

[perl #130213] [LTA] but mixins don't complain about sink context

2016-11-29 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #130213] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130213 > role R1 { method m {} }; role R2 { method m {} }; my $a but R1,R2; # R2 ends up in s

[perl #130211] [LTA] missing overloaded methods don't tell what role needs them

2016-11-29 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #130211] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130211 > EVAL 'role R { method overload-this(){...} }; class A does R {}; '; CATCH { default {