On Tue Apr 28 11:06:06 2009, pmichaud wrote:
>> On Wed Apr 15 03:27:17 2009, ronaldxs wrote:
...
>> 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?

The :slurpy :named parameter is still there and is a pmc parameter 
labeled "adverbs".  If you hack the patch so that the "adverbs" 
parameter is not passed on to the optable parse call then 
gen_setting.pm will fail to compile.  If the patch is applied normally 
make spectest still runs successfully with a rakudo pulled from git 
today against a current t/spec.

Ron


Reply via email to