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

Allow from_regex(..., alphabet=...) to exclude branches; add alphabet= to from_lark() #3839

Merged
merged 2 commits into from
Jan 13, 2024

Conversation

Zac-HD
Copy link
Member

@Zac-HD Zac-HD commented Jan 13, 2024

Closes #3808, which will be useful downstream - although I expect the from_regex() change to be useful to more people.

This doesn't do anything about #1804; I tried grabbing a few complex grammars to test against but they made for very very slow tests. After hitting my timebox, I decided that it would be better to ship what I have here and leave further work for another day.

@Zac-HD Zac-HD added the new-feature entirely novel capabilities or strategies label Jan 13, 2024
@Zac-HD
Copy link
Member Author

Zac-HD commented Jan 13, 2024

@tybug
Copy link
Member

tybug commented Jan 13, 2024

ouch. looking into it.

@Zac-HD Zac-HD merged commit f449d05 into HypothesisWorks:master Jan 13, 2024
47 checks passed
@Zac-HD Zac-HD deleted the lark-alphabet branch January 13, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature entirely novel capabilities or strategies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add alphabet= argument to from_lark() strategy
2 participants