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

state-machine: fix logging by adding "std" feature #355

Merged
merged 2 commits into from Aug 31, 2023

Conversation

tzemanovic
Copy link
Contributor

Before the feature was finalized, the state machine support was included in the core proptest crate that uses "std" feature. After crate split, the "std" feature was missing in the new crate so the code was dead.

The "std" feature is added to proptest-state-machine as a default feature allowing to switch the logging off in non-std env.

Previously, the state machine support was included in the core proptest
crate that uses "std" feature. After crate split, the feature was
missing so the code was dead.

The "std" feature is added to proptest-state-machine as a default
feature allowing to switch the logging off in non-std env.
@tzemanovic tzemanovic marked this pull request as ready for review August 3, 2023 11:14
Copy link
Collaborator

@rex-remind101 rex-remind101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rex-remind101 rex-remind101 merged commit fc3be95 into proptest-rs:master Aug 31, 2023
5 checks passed
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

3 participants