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

Improve strings provider shrinking order #24

Open
DRMacIver opened this issue Feb 15, 2018 · 0 comments
Open

Improve strings provider shrinking order #24

DRMacIver opened this issue Feb 15, 2018 · 0 comments

Comments

@DRMacIver
Copy link
Member

This is a piece of work I punted on doing for the initial strings implementation in #23 - currently we will shrink towards lower codepoints, which is sensible enough but doesn't do a very good job for the very low codepoint ascii order. In hypothesis-python we shrink towards ascii '0' (i.e. codepoint 48). We should do that here too.

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

No branches or pull requests

1 participant