-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Incorrect &str => f64 results #18659
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
Comments
Ack, sorry! Can't address this just yet - studying for an exam. |
@SimonSapin also reports: from_str::<f64>("-2") returns -12.0 |
This commit seems to fix it: juxiliary/rust@f1b51c70f4fe193f98359dfa14a8d16e9f64978d Could someone make a PR? I am tight for time. |
Seems to be fixed by #18713. |
1 task
SimonSapin
added a commit
to servo/rust-cssparser
that referenced
this issue
Nov 7, 2014
Tests are still broken, because of rust-lang/rust#18659
Confirmed fixed in #18713, should be closed. |
Thanks everyone! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps an off-by-one-somewhere?
cc @bjz, probably related to #18536
The text was updated successfully, but these errors were encountered: