[perl #111286] [BUG] Name capture happens in the presence of a quantifier but not in its absence in Rakudo

2012-05-17 Thread Patrick R. Michaud via RT
Now fixed in 0ed00f0 probably needs spectests to close ticket. Thanks! Pm

[perl #111286] [BUG] Name capture happens in the presence of a quantifier but not in its absence in Rakudo

2012-02-22 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #111286] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=111286 cognominal nom: (grammar { token TOP { a? $b='b' }; token a { a } }).parse: