On Sun Aug 16 04:30:06 2009, masak wrote: > <masak> rakudo: sub foo($positional, :$named) {}; foo(:named) > <p6eval> rakudo 0d4fe0: OUTPUT«invalid arg type in named portion of > argsin sub foo [...] > <masak> it doesn't say the name of the arg that cause the error, or > the name of the arg that it expected > * masak submits rakudobug
<pmurias> masak: it should also print out the (type of the) thing supplied <masak> pmurias: aye, good idea. and perhaps of the thing expected. <pmurias> that for sure * masak adds this to the RT ticket