-
Notifications
You must be signed in to change notification settings - Fork 94
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
Equality issues #247
Comments
Simpler repro uses |
This is inherited from the idiosyncratic behavior of
Questions:
|
From "Numeric types... perform type conversion across ==, but not across eql?..." It looks like implementing |
Looks like I wrote that code back in 2014! Interesting to see that it has stood up for 5 years, only for a lurking bug to show up now... |
I was working on a project, then I've found a case when
a == b
is true butb == a
is false.Minimum code that I could find the error:
The text was updated successfully, but these errors were encountered: