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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save Hypothesis buffer to database #185

Merged
merged 6 commits into from
Nov 13, 2022

Conversation

Zac-HD
Copy link
Contributor

@Zac-HD Zac-HD commented Nov 13, 2022

Seamless handoff between symbolic and concrete tooling 馃ぉ

@pschanely
Copy link
Owner

pschanely commented Nov 13, 2022

One quick Q: is 6.0.0 the right minimum version given the shenanigans we're pulling? I bail out if hypothesis is requested, and the version is too old:

if hypothesis.__version_info__ < (6, 0, 0):

Oh, and add yourself to contributors if you'd like! https://github.com/pschanely/CrossHair/blob/main/doc/source/contributing.rst

@Zac-HD
Copy link
Contributor Author

Zac-HD commented Nov 13, 2022

Yep, 6.0 is a reasonable lower bound - the specific internals we're using go back a fair bit further, but you'd start to run into other interoperability problems and I'd rather not encourage that. Hypothesis explicitly only supports our most recent release!

Probably also worth noting this as progress on #45!

@pschanely pschanely merged commit c1ec7b6 into pschanely:main Nov 13, 2022
@Zac-HD Zac-HD deleted the hypothesis-database branch November 13, 2022 21:57
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

Successfully merging this pull request may close these issues.

None yet

2 participants