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

MMD with empty-array candidate and array candidate is ambiguous on non-empty array in Rakudo #2141

Closed
p6rt opened this issue Sep 6, 2010 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 6, 2010

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

Searchable as RT77708$

@p6rt
Copy link
Author

p6rt commented Sep 6, 2010

From @masak

<smash> can anyone tell me what i'm doing wrong in this MMD example
http://gist.github.com/567037 ?
<masak> yep, getting it too now.
* masak submits rakudobug
<masak> rakudo​: multi f([]) {}; multi f(@​a) {}; my @​b = 1, 2, 3; f @​b
<p6eval> rakudo 77a72a​: OUTPUT«No applicable candidates found to
dispatch to for 'f'. Available candidates are​:␤​:(Positional
())␤​:(@​a)␤␤ in main program body at line 22​:/tmp/rYSqpp_pYJ␤»

@p6rt
Copy link
Author

p6rt commented May 29, 2012

From @moritz

Works now, and tests are in t/spec/S06-multi/unpackability.t

@p6rt
Copy link
Author

p6rt commented May 29, 2012

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

@p6rt p6rt closed this as completed May 29, 2012
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant