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

check for names in equality #65

Open
bgctw opened this issue May 6, 2019 · 1 comment
Open

check for names in equality #65

bgctw opened this issue May 6, 2019 · 1 comment

Comments

@bgctw
Copy link
Contributor

bgctw commented May 6, 2019

Currently, difference in names are not considered differences in objects.
The following returns true:
(@LArray [3.,1.] (:c,:a)) == (@LArray [3.,1.] (:c,:someother))

Is this the intended semantics to be compatible with arrays?
Intuitively, I would expect objects with different names to be classified as being different.

@ChrisRackauckas
Copy link
Member

For an AbstractArray I think == is always by value? I'd want to double check that.

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

2 participants