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

Implement 'eqv' for Mu in Rakudo #1516

Closed
p6rt opened this issue Feb 16, 2010 · 5 comments
Closed

Implement 'eqv' for Mu in Rakudo #1516

p6rt opened this issue Feb 16, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Feb 16, 2010

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

Searchable as RT72872$

@p6rt
Copy link
Author

p6rt commented Feb 16, 2010

From @masak

<diakopter> rakudo​: my $a eqv $a;
<p6eval> rakudo 65e2d3​: OUTPUT«Multiple Dispatch​: No suitable
candidate found for 'is_equal', with signature 'PP->I' [...]
<diakopter> masak​: is that a bug? my $a eqv $a
<masak> diakopter​: looks like it
* masak submits rakudobug
<masak> rakudo​: Mu eqv Mu
<p6eval> rakudo c3aaa2​: OUTPUT«Multiple Dispatch​: No suitable
candidate found for 's_equal', with signature 'PP->I' [...]

@p6rt
Copy link
Author

p6rt commented Feb 27, 2010

From @pmichaud

Now fixed in 12ea7b9​:

say (my $a eqv $a);
1
say Mu eqv Mu
1

Need to verify we have tests for this.

Pm

@p6rt
Copy link
Author

p6rt commented Feb 27, 2010

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

@p6rt
Copy link
Author

p6rt commented Feb 28, 2010

From @moritz

tested in S03-operators/eqv.t

@p6rt
Copy link
Author

p6rt commented Feb 28, 2010

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

@p6rt p6rt closed this as completed Feb 28, 2010
@p6rt p6rt added the Todo 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