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

chore: upgrade Hedgehog to version 1.4 #1117

Merged
merged 2 commits into from
Aug 23, 2023
Merged

chore: upgrade Hedgehog to version 1.4 #1117

merged 2 commits into from
Aug 23, 2023

Commits on Aug 23, 2023

  1. chore: allow hedgehog-classes to use newer hedgehog

    This is in preparation for the next commit, which upgrades hedgehog
    to 1.4.
    
    This commit can be reverted once hedgehog-classes makes a new release:
    upstream has merged a patch widening their bounds, but it is not yet
    released.
    
    Signed-off-by: Ben Price <[email protected]>
    brprice committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    455005d View commit details
    Browse the repository at this point in the history
  2. chore: upgrade Hedgehog to version 1.4

    This needs a few simple fixes due to `Gen.element` now being polymorphic,
    which interacts slightly badly with overloaded lists.
    
    Signed-off-by: Ben Price <[email protected]>
    brprice committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b50d443 View commit details
    Browse the repository at this point in the history