Skip to content

feat: re-export Receiver error types (#488) - #489

Merged
keepsimple1 merged 3 commits into
mainfrom
reexport-recv-errors
Aug 9, 2026
Merged

feat: re-export Receiver error types (#488)#489
keepsimple1 merged 3 commits into
mainfrom
reexport-recv-errors

Conversation

@keepsimple1

Copy link
Copy Markdown
Owner

Fixes #488

Problem:

Receiver was re-exported but its error types were not, so a caller that wanted to name RecvError -- to write impl From<RecvError> for its own error type, for example -- had to add flume as a direct dependency.

Fix:

Re-export the three receiver-side error types.

`Receiver` was re-exported but its error types were not, so a caller that
wanted to name `RecvError` -- to write `impl From<RecvError>` for its own
error type, for example -- had to add `flume` as a direct dependency.

Re-export the three receiver-side error types. The `Send*` errors are left
out because `Sender` is internal to the daemon and never handed to callers.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

@Luni-4 Luni-4 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

That's fine by me @keepsimple1! Thank you!

@keepsimple1
keepsimple1 merged commit 20c0eac into main Aug 9, 2026
3 checks passed
@keepsimple1
keepsimple1 deleted the reexport-recv-errors branch August 9, 2026 04:57
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.

Re-export Receiver error types

2 participants