Re: optional rules cluttering parse trees

2010-04-28 Thread Dave Whipp
Moritz Lenz wrote: Am 27.04.2010 06:31, schrieb Stéphane Payrard: When doing an analyse of a sample parse tree, I note that it is cluttered by the reduction of optional subrules to generate a zero length parse subtree. That is, rules with a '?' quantifier matching zero time. Currently the ? q

[perl #74732] tests available

2010-04-28 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-literals/pairs.t commit 9fd71beb3606290483fe7542565b0ea02d438c7a Author: moritz Date: Wed Apr 28 13:35:55 2010 + [t/spec] test for RT #74732, Pair.elems git-svn-id: http://svn.pug

Re: optional rules cluttering parse trees

2010-04-28 Thread Moritz Lenz
Am 27.04.2010 06:31, schrieb Stéphane Payrard: When doing an analyse of a sample parse tree, I note that it is cluttered by the reduction of optional subrules to generate a zero length parse subtree. That is, rules with a '?' quantifier matching zero time. Suppressing such matching rules from th

[perl #74696] [TODO] Make self.SomeRole::method() work in role-compositioned classes in Rakudo

2010-04-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74696] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=74696 > rakudo: role Drinking { method go-to-bar() { say "glug" } }; role Gymnastics { method g