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

config: properly read environment #457

Closed
wants to merge 1 commit into from
Closed

Conversation

bmwill
Copy link
Contributor

@bmwill bmwill commented Jun 4, 2024

I noticed that when deriving Arbitrary for a type that contains a Vec, and then using it in a proptest generally led to panics with the range or size of the generated Vec being empty or 0..0. After some digging around (and actually reading some of the output warnings when running a test) I realized that the config initialization logic wasn't working as intended. This patch should address it.

@matthew-russo matthew-russo deleted the branch proptest-rs:master September 22, 2024 17:15
@matthew-russo
Copy link
Member

This got closed when i switched branch from master to main. I'll re-open against the main branch.

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.

2 participants