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

eqv docs misleading #81

Closed
jdv opened this issue May 14, 2015 · 2 comments
Closed

eqv docs misleading #81

jdv opened this issue May 14, 2015 · 2 comments
Labels
docs Documentation issue (primary issue type)

Comments

@jdv
Copy link
Contributor

jdv commented May 14, 2015

To me them imply this would return True:

[jdv@wieldy rakudo]$ perl6 -e 'class A{has $a};say A.new(:a(5)) eqv A.new(:a(5))'
False
[jdv@wieldy rakudo]$

paultcochrane pushed a commit that referenced this issue Jul 25, 2015
And add a note about how to implement `eqv` if one needs this behaviour.
This should address the issue raised in #81.
@paultcochrane
Copy link
Contributor

@jdv I've extended the eqv docs to help explain this better. Please see 4c57c15 for details. If the explanation clears things up for you sufficiently, feel free to close this issue.

@jdv
Copy link
Contributor Author

jdv commented Jul 26, 2015

The docs are now inline with current implementation but as suggested here:

http://irclog.perlgeek.de/perl6/2015-07-25#i_10953872

hopefully the implementation will change.

@jdv jdv closed this as completed Jul 26, 2015
@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label Jun 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

3 participants