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

Updates to int*() uint*() float32() float64() deprecations #10905

Merged
merged 1 commit into from
Apr 21, 2015
Merged

Updates to int*() uint*() float32() float64() deprecations #10905

merged 1 commit into from
Apr 21, 2015

Conversation

sbromberger
Copy link
Contributor

The old deprecations yielded two separate warnings because parseint() was itself deprecated. This PR changes the deprecation functions for int_/uint_/float32/float64 to use parse() directly (and provide updated, correct functions to the warnings).

The old deprecations yielded two separate warnings because `parseint()` was itself deprecated. This PR changes the deprecation functions for int*/uint*/float32/float64 to use `parse()` directly (and provide updated, correct functions to the warnings).
@mlubin
Copy link
Member

mlubin commented Apr 20, 2015

LGTM

JeffBezanson added a commit that referenced this pull request Apr 21, 2015
Updates to int*() uint*() float32() float64() deprecations
@JeffBezanson JeffBezanson merged commit 96db13a into JuliaLang:master Apr 21, 2015
@sbromberger
Copy link
Contributor Author

Thank you!

@sbromberger sbromberger deleted the patch-2 branch April 21, 2015 17:57
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.

3 participants