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

better errors, clippy, ci #14

Merged
merged 4 commits into from
Aug 31, 2022
Merged

better errors, clippy, ci #14

merged 4 commits into from
Aug 31, 2022

Conversation

dadleyy
Copy link
Member

@dadleyy dadleyy commented Aug 30, 2022

hopefully improving error messages.
definitely adding clippy (and addressing problems).
improving ci release automation.


update: 8/30/2022 - I tracked this issue down to lines.next().await appearing to not return the BrokenPipe io error the same as manually iterating with several read_line(...) calls. Instead, a None value was coming back, making it difficult to determine if our connection was dropped. I'm not exactly sure why that is happening, but given there is test coverage targeting real redis servers in CI, this refactor is safe for the time being.

@dadleyy dadleyy merged commit 80e2639 into master Aug 31, 2022
@dadleyy dadleyy deleted the readline-fix branch August 31, 2022 00:38
@dadleyy dadleyy mentioned this pull request Aug 31, 2022
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

1 participant