Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D: doesn't work in signatures #3426

Closed
p6rt opened this issue Jul 5, 2014 · 3 comments
Closed

D: doesn't work in signatures #3426

p6rt opened this issue Jul 5, 2014 · 3 comments

Comments

@p6rt
Copy link

p6rt commented Jul 5, 2014

Migrated from rt.perl.org#122229 (status was 'resolved')

Searchable as RT122229$

@p6rt
Copy link
Author

p6rt commented Jul 5, 2014

From @coke

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

@p6rt
Copy link
Author

p6rt commented Jan 15, 2015

From @coke

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

@p6rt
Copy link
Author

p6rt commented Jan 15, 2015

@coke - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Jan 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant