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

Simplify fmt::Debug representations #26

Merged
merged 3 commits into from
Mar 29, 2024
Merged

Simplify fmt::Debug representations #26

merged 3 commits into from
Mar 29, 2024

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented Mar 29, 2024

The Debug renderings of the Watch and Signal types are quite verbose, dumping the state of the internal watch (which isn't really useful to) callers.

This change minimizes the Debug output to just the type names and bumps the package version in anticipation of the next release.

The Debug renderings of the Watch and Signal types are quite verbose, dumping
the state of the internal watch (which isn't really useful to) callers.

This change minimizes the Debug output to just the type names and bumps
the package version in anticipation of the next release.
@olix0r olix0r enabled auto-merge (squash) March 29, 2024 14:49
@olix0r olix0r merged commit 2a894f9 into main Mar 29, 2024
5 checks passed
@olix0r olix0r deleted the ver/debug branch March 29, 2024 14:51
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.

1 participant