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

float ranges don't add anymore #6973

Closed
alanedelman opened this issue May 26, 2014 · 2 comments · Fixed by #6976
Closed

float ranges don't add anymore #6973

alanedelman opened this issue May 26, 2014 · 2 comments · Fixed by #6976
Labels
bug Indicates an unexpected problem or unintended behavior regression Regression in behavior compared to a previous version

Comments

@alanedelman
Copy link
Contributor

This used to work

x=1.0:1.0:10.0
x+x

but now it gives

no method +(FloatRange{Float64}, FloatRange{Float64})
while loading In[169], in expression starting on line 2

of course

[x]+[x]

works, but it was nice wtihout the brackets

@stevengj
Copy link
Member

cc: @StefanKarpinski

@stevengj
Copy link
Member

I have a patch to fix this; will submit PR soon.

stevengj added a commit to stevengj/julia that referenced this issue May 26, 2014
stevengj added a commit to stevengj/julia that referenced this issue May 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior regression Regression in behavior compared to a previous version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants