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

Fixing #18659 #18713

Merged
merged 1 commit into from Nov 7, 2014
Merged

Fixing #18659 #18713

merged 1 commit into from Nov 7, 2014

Conversation

ghost
Copy link

@ghost ghost commented Nov 6, 2014

  • from_str_radix_float gives incorrect results for negative float strings. Changes the accumulator used to start at -0.0 instead of -1.0.
  • Adds missing tests

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

@alexcrichton
Copy link
Member

Awesome, thanks @juxiliary!

@alexcrichton
Copy link
Member

Could you rebase this on master as well to get rid of the merge commit?

@cgaebel
Copy link
Contributor

cgaebel commented Nov 6, 2014

This change is the only thing blocking servo's rust upgrade right now. Please p=1 when you r+.

@nixpulvis
Copy link

Rabble rabble beat me to it 😜.

Changes the radix multiplier to start at -0.0 instead of -1.0
when reading strings that start with '-'.
@ghost
Copy link
Author

ghost commented Nov 6, 2014

@alexcrichton rebased it

bors added a commit that referenced this pull request Nov 7, 2014
* `from_str_radix_float` gives incorrect results for negative float strings. Changes the accumulator used to start at -0.0 instead of -1.0.
* Adds missing tests
@brendanzab
Copy link
Member

Thanks! Really sorry for the trouble I caused :(

@bors bors closed this Nov 7, 2014
@bors bors merged commit 18c328d into rust-lang:master Nov 7, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Dec 23, 2024
internal: Cleanup label structure of `CompletionItem`
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.

6 participants