My golfed test cases do no longer fail. $ for run in {1..10}; do (echo '#' > Bar.pm6; ./perl6-m -I. -e 'use Bar; my %h = b => 2; say %h<b>:zorp' 2>&1; ./perl6-m -I. -e 'use Bar; my %h = b => 2; say %h<b>:zorp' 2>&1) | grep -c 'Unexpected named parameter'; done 2 2 2 2 2 2 2 2 2 2
Alas, the tests in S32-hash/adverbs.t and S32-array/adverbs.t still do not pass. Will try to find a new/better golf.