On Fri Jul 04 19:42:42 2014, coke wrote:
> Many JVM tests in the roast suite are TODO'd with this message:
>
> D: doesn't work in signatures
>
> e.g.:
>
> S17-supply/grep.t
>
> #?rakudo.jvm todo "D: doesn't work in signatures"
> dies_ok { Supply.grep({...}) }, 'can not be called as a class method';
>
> src/core/Supply.pm has the following line:
>
> method grep(Supply:D: Mu $test) { SupplyOperations.grep(self,
> $test) }
This was recently fixed by psch++; unfudged the now passing tests, closing
ticket.
--
Will "Coke" Coleda