-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Accept .5 for half #6746
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
Accept .5 for half #6746
Conversation
@@ -242,6 +242,7 @@ class StringParsersTest { | |||
"-0x0.000000000000090000000000000000001p-1022", | |||
"-0x0.00000000000009fffffffffffffffffffffffffffffffffp-1022", | |||
"-0x0.0000000000000fffffffffffffffffffffffffffffffffffp-1022", | |||
".4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get "", "." and "4." too while we're at it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I was too busy with "half" puns.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change to "0.5" then 👍
Previous refactor pruned too much by half.
44129d6
to
f94421e
Compare
reduce to two commits for merge...? |
As requested, more dotted tests. No benchmarks around the refactor.
f94421e
to
86e7697
Compare
I squashed the new commits to .5 or half the total. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assuming CI likes it.
to anyone confused about what the context for this, it's #6726
The context is my hasty review of same. I was all ferocious about boolean expressions, irrespective of truth value. |
Woo-hoo, off to rebase all my outstanding PRs! Outstanding in both senses. |
out standing in the rain. |
Previous refactor pruned too much by half.