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

fix: correct sink duplex type #40

Merged
merged 2 commits into from
Aug 6, 2022
Merged

fix: correct sink duplex type #40

merged 2 commits into from
Aug 6, 2022

Conversation

achingbrain
Copy link
Collaborator

Use generics to derive the duplex's sink type, not the source type, when we are treating a duplex as a sink.

The added test fails to compile without the change to the Sink type.

Use generics to derive the duplex's sink type, not the source type,
when we are treating a duplex as a sink.

The added test fails to compile without the change to the Sink type.
@achingbrain achingbrain merged commit dd3b0cb into master Aug 6, 2022
github-actions bot pushed a commit that referenced this pull request Aug 6, 2022
## [2.0.4](v2.0.3...v2.0.4) (2022-08-06)

### Bug Fixes

* correct sink duplex type ([#40](#40)) ([dd3b0cb](dd3b0cb))

### Trivial Changes

* update project config ([#41](#41)) ([09c782f](09c782f))

### Dependencies

* update it-pushable dep ([#42](#42)) ([0e44e28](0e44e28))
@github-actions
Copy link

github-actions bot commented Aug 6, 2022

🎉 This PR is included in version 2.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant