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

Cannot do infix:<Z> on two item operands in Rakudo #1633

Closed
p6rt opened this issue Mar 26, 2010 · 4 comments
Closed

Cannot do infix:<Z> on two item operands in Rakudo #1633

p6rt opened this issue Mar 26, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 26, 2010

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

Searchable as RT73836$

@p6rt
Copy link
Author

p6rt commented Mar 26, 2010

From @masak

<moritz_> rakudo​: say 2 Z 3
<p6eval> rakudo db0f85​: OUTPUT«No applicable candidates found to
dispatch to for 'infix​:<Z>'. Available candidates are​:␤​:(Iterable
$a-iterable, Iterable $b-iterable)␤␤current instr.​: '_block14' pc 29
(EVAL_1​:0)␤»
<moritz_> there seems to be only one candidate, yes
<moritz_> masak​: have you seen this? :-)
<jnthn> Probably needs one more candidate.
<jnthn> multi infix​:<Z>($a, $b) { &infix​:<Z>($a.list, $b.list) }
<jnthn> That's what we've done for hypers etc.
<masak> moritz_​: nope, hadn't seen that one.
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Mar 29, 2010

From @ShimmerFairy

The reported problem no longer exists, and passing tests have been added
in t/spec/S03-operators/misc.t
Resolved.
--
Don't Panic!

@p6rt
Copy link
Author

p6rt commented Mar 29, 2010

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 29, 2010

@ShimmerFairy - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Mar 29, 2010
@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