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 Arbitrary Value instance. #1038

Merged
merged 1 commit into from
Jun 10, 2023
Merged

Commits on Jun 10, 2023

  1. Improve Arbitrary Value instance.

    Fixes #980. As discussed there, simply changing `n <= 0` to `n <= 1`
    gives good generation of strings, bools, numbers and null. Turns out
    it also forbids `[]` and `{}` from being generated, so I added those
    explicitly to that case.
    
    My understanding is this requires a major version bump, as a change in
    behavior of an exported function.
    ChickenProp authored and phadej committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    2c8d798 View commit details
    Browse the repository at this point in the history