On Wed Apr 15 03:27:17 2009, ronaldxs wrote: > The source documentation switched two digits in its claim on the parrot > RT holding up the enhancement and gives the RT as 53296. There is no RT > 53296 but 53926 matches and has been resolved. Patch noticeably > simplifies src/parser/expression.pir. I don't claim expertise in the > area, but rakudo with patch passes spectest.
Note that as a (Perl 6) method, EXPR still needs to have a :slurpy :named parameter to catch any additional named arguments. (All methods in Perl 6 have a slurpy hash parameter by default.) Does the patch still work when the :slurpy :named parameter is still there? Pm
