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

Parse -0 as float -0.0 instead of integer 0 #800

Closed
wants to merge 2 commits into from

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Sep 14, 2021

Fixes #799.

Copy link
Member Author

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, GitHub Actions hates the branch name.

Checking out the ref
  /usr/bin/git checkout --progress --force -B -0 refs/remotes/origin/-0
  Error: fatal: '-0' is not a valid branch name.
  Error: The process '/usr/bin/git' failed with exit code 128

@dtolnay dtolnay closed this Sep 14, 2021
@dtolnay dtolnay deleted the -0 branch September 14, 2021 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Preserve sign on negative zero f32
1 participant