-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 conversion fails on certain substrings #9781
Comments
Problem seems to be here: Lines 1601 to 1602 in 3f4be47
this returns false |
cross-link #9487 |
I believe fixed by #9783 |
BTW, I still have this problem on julia 0.3.7 (Ubuntu). |
@mrtzh, the fix wasn't backported to the 0.3 branch; I've asked in that bug if it's a good candidate. Thanks! |
@mrtzh, the fix has been backported to the release-0.3 branch. If you can build Julia, you can test that now and let us know if it's fixed for you; otherwise, barring any problems it should be available in Julia 0.3.9. Thanks! |
Converting
SubString
toFloat64
usingfloat
fails on some valid inputs:In contrast to:
The text was updated successfully, but these errors were encountered: