-
Notifications
You must be signed in to change notification settings - Fork 591
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
Fix shrinking of floats with one bound #1644
Conversation
38dcd7c
to
7fa4ce6
Compare
7fa4ce6
to
8affe25
Compare
6df62bf
to
13bca2b
Compare
e7d2360
to
6fee9f2
Compare
6fee9f2
to
099aec6
Compare
I'm actually unsure whether I do prefer incremental progress here - given that we have a general fix proposed in #1704 and it doesn't share any code to speak of with this PR, do we actually still want to merge this? |
"incremental" is probably the wrong word - this is a full fix for the shrinking problem with one bound. |
Hmm. What I was imagining there, which maybe wasn't what you intended, was having a single wrapper strategy called say |
Oooh, that sounds great. I'll open a new PR with just the incidental fixes which have... accumulated. TBH I'm probably violating the multi-purpose-PR rule again 😇 |
You are, but I decided not to make an issue of it until we'd decided whether you wanted to continue with this PR. 😉 |
Fixes #1212, fixes #1683 and fixes #1707.
Unfortunately fixing shrinking for
floats()
with two bounds will be much more involved. I'd prefer incremental to no progress though, so I've written up #1704 as a separate issue.