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

derive Eq, PartialEq & Hash for error types #935

Merged
merged 2 commits into from
Jan 12, 2025

Conversation

dvdsk
Copy link
Contributor

@dvdsk dvdsk commented Jan 11, 2025

Needed in rodio to rate-limit the error callback, (we log to stdout and POLLERR was filing up logs & disk space rapidly). Recommended to be implemented by the rust api guidlines.

Needed in rodio to rate-limit the error callback, (we log to stdout and
POLLERR was wiling up logs & disk space rapidly). Recommended to be
implemented by the [rust api guidlines](https://rust-lang.github.io/api-guidelines/interoperability.html).
@dvdsk
Copy link
Contributor Author

dvdsk commented Jan 11, 2025

please merge #936 which fixes CI, then this can be merged after.

@est31 est31 merged commit c11571b into RustAudio:master Jan 12, 2025
13 of 15 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.

2 participants