Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.
This repository was archived by the owner on May 27, 2026. It is now read-only.

Improve strings provider shrinking order #24

Description

@DRMacIver

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions