Skip to content

Conversation

@frankmcsherry
Copy link
Member

A bug picked up by clippy; many thanks!

We were using Write::write, which doesn't guarantee it will write all the bytes, and returns the number it wrote, which one is meant to react to. Clippy noticed that we did not, and it's a bug! Converting these to Write::write_all ensures all bytes are written.

@frankmcsherry frankmcsherry merged commit 904d458 into TimelyDataflow:master Feb 10, 2025
7 checks passed
@github-actions github-actions bot mentioned this pull request Feb 10, 2025
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