# New Ticket Created by Will Coleda
# Please include the string: [perl #122229]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=122229 >
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) }
--
Will "Coke" Coleda