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

make ranges and arrays unequal, faster hashing of ranges, fixes #5778 #6084

Merged
merged 1 commit into from
Mar 11, 2014

Conversation

JeffBezanson
Copy link
Member

fix == and isequal of ranges to only compare by components when it is safe to do so
(ranges with different types but == components can generate different elements)

add float32(x) etc. for FloatRange

don't show floating point Range objects using colons, since those construct FloatRanges

fix == and isequal of ranges to only compare by components when it is safe to do so
  (ranges with different types but == components can generate different elements)

add float32(x) etc. for FloatRange

don't show floating point Range objects using colons, since those construct FloatRanges
JeffBezanson added a commit that referenced this pull request Mar 11, 2014
make ranges and arrays unequal, faster hashing of ranges, fixes #5778
@JeffBezanson JeffBezanson merged commit 6128592 into master Mar 11, 2014
@JeffBezanson JeffBezanson deleted the jb/equalranges branch August 10, 2014 05:53
@mbauman mbauman mentioned this pull request Jul 20, 2015
@simonster simonster mentioned this pull request Oct 12, 2015
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

Successfully merging this pull request may close these issues.

1 participant