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

Take care of the transition to AbstractFloat #121

Closed
lindahua opened this issue Jul 31, 2015 · 2 comments · Fixed by #130
Closed

Take care of the transition to AbstractFloat #121

lindahua opened this issue Jul 31, 2015 · 2 comments · Fixed by #130

Comments

@lindahua
Copy link

Need to provide the facility to help package developers to deal with the FloatingPoint to AbstractFloat transition (JuliaLang/julia#12162).

@lindahua
Copy link
Author

lindahua commented Aug 2, 2015

Looks like FloatingPoint is not actually deprecated (still usable without warnings).

@lindahua lindahua closed this as completed Aug 2, 2015
@nalimilan
Copy link
Member

Looks like FloatingPoint is not actually deprecated (still usable without warnings).

That's because there's no way currently to deprecate types (JuliaLang/julia#11200).

@nalimilan nalimilan reopened this Aug 2, 2015
stevengj added a commit that referenced this issue Aug 11, 2015
add AbstractFloat (fix #121)
stevengj added a commit that referenced this issue Aug 11, 2015
add AbstractFloat (fix #121)
AndyGreenwell referenced this issue in JuliaMath/FixedPointNumbers.jl Sep 22, 2015
martinholters pushed a commit to martinholters/Compat.jl that referenced this issue Jul 13, 2016
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 a pull request may close this issue.

2 participants