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

Small cleanups, add a DataTree pretty printer #3957

Merged
merged 8 commits into from Apr 28, 2024

Conversation

tybug
Copy link
Member

@tybug tybug commented Apr 26, 2024

No user-facing changes, just (1) some cleanups, (2) changes in preparation for the shrinker ir migration, and (3) a pretty printer for DataTree.

Comment on lines +603 to +610
boolean True {bool_kwargs}
Conclusion (Status.INVALID)
boolean False {bool_kwargs}
integer 42 {int_kwargs}
Conclusion (Status.VALID)
integer 0 {int_kwargs}
boolean False [forced] {bool_kwargs}
Conclusion (Status.INTERESTING, {origin})
Copy link
Member

Choose a reason for hiding this comment

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

Nice! Ideas for future:

  • should we sort the child branches to show shrink order?
  • explicitly mark exhausted subtrees?

@Zac-HD Zac-HD merged commit fcd0c88 into HypothesisWorks:master Apr 28, 2024
50 of 54 checks passed
@tybug tybug deleted the touchups branch April 28, 2024 02:22
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