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

feat(hydro_lang): make Stream::cloned work with borrowed elements #1678

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

shadaj
Copy link
Member

@shadaj shadaj commented Jan 28, 2025

Stream::cloned is only really useful if the input has &T elements but we want T, so this updates the signature to do that.

Copy link

cloudflare-workers-and-pages bot commented Jan 28, 2025

Deploying hydroflow with  Cloudflare Pages  Cloudflare Pages

Latest commit: 14c326d
Status: ✅  Deploy successful!
Preview URL: https://2a617728.hydroflow.pages.dev
Branch Preview URL: https://pr1678.hydroflow.pages.dev

View logs

`Stream::cloned` is only really useful if the input has `&T` elements but we want `T`, so this updates the signature to do that.
@shadaj shadaj merged commit e043ced into main Jan 29, 2025
28 checks passed
@shadaj shadaj deleted the pr1678 branch January 29, 2025 01:44
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.

2 participants