# New Ticket Created by Stephane Payrard
# Please include the string: [perl #105848]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=105848 >
[18:05] <cognominal> nom: grammar A { token list { a } };
A.parse('a', :rule<list> )
[18:05] <p6eval> nom 1f9310: OUTPUT«Too many positional parameters
passed; got 2 but expected 1 in method list at
src/gen/CORE.setting:1012 in !reduce at src/stage2/QRegex.nqp:909
in !cursor_pass at
...
[18:10] <jnthn> cognominal: Look at the stack trace more carefully.
It reached your list regex just fine.
[18:11] <jnthn> cognominal: Yeah...it's probably setting $*ACTIONS to
Any or some such.
--
cognominal stef