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

Fixes functional-streams-for-scala/fs2#1987 #1990

Merged
merged 4 commits into from Aug 15, 2020

Conversation

dmitriibundin
Copy link
Contributor

@dmitriibundin dmitriibundin commented Aug 14, 2020

Fixing the issue #1987

@mpilquist
Copy link
Member

Awesome! Thanks for putting this together. I was thinking more about the zipRight solution and while it is elegant, it’s a bit heavy duty. It would be nice to replace that with a pull that first does Pull.eval(guard.acquire) then does uncons, alternating back and forth. Want to give that a shot?

@dmitriibundin
Copy link
Contributor Author

Sure. Just made the required changes.

@mpilquist mpilquist merged commit 9142e0f into typelevel:main Aug 15, 2020
@mpilquist mpilquist added this to the 2.4.3 milestone Aug 18, 2020
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

2 participants