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

Support stablised iter_intersperse #6

Merged
merged 1 commit into from
Oct 2, 2021
Merged

Support stablised iter_intersperse #6

merged 1 commit into from
Oct 2, 2021

Conversation

PurpleBooth
Copy link
Contributor

@PurpleBooth PurpleBooth commented Oct 2, 2021

iter_intersperse was stablised in nightly, meaning we get a conflicting
implementation of interspersed. This feels like the easiest way to
maintain the functionality while supporting both stable and keeping the
path clear for when nightly becomes stable.

rust-lang/rust#79524 (comment)
rust-lang/rust#88548

iter_intersperse was stablised in nightly, meaning we get a conflicting
implementation of interspersed. This feels like the easiest way to
maintain the functionality while supporting both stable and keeping the
path clear for when nightly becomes stable.

rust-lang/rust#79524 (comment)
rust-lang/rust#88548
@CAD97
Copy link
Owner

CAD97 commented Oct 2, 2021

LGTM! Ping me in a week if I forget to publish this :)

bors: r+

bors bot added a commit that referenced this pull request Oct 2, 2021
6: Support stablised iter_intersperse r=CAD97 a=PurpleBooth

iter_intersperse was stablised in nightly, meaning we get a conflicting
implementation of interspersed. This feels like the easiest way to
maintain the functionality while supporting both stable and keeping the
path clear for when nightly becomes stable.

rust-lang/rust#79524 (comment)
rust-lang/rust#88548

Co-authored-by: Billie Thompson <[email protected]>
@PurpleBooth
Copy link
Contributor Author

I am participating in hacktoberfest, I'd super appreciate if you could label this issue with hacktoberfest-accepted if this was a valuble contribution. (This PR won't vanish mysteriously if you don't want to, I want it for a downstream project 😇)

@CAD97
Copy link
Owner

CAD97 commented Oct 2, 2021

Ah right, that's going on! Thanks for the contribution!

This repo is old, and is still hooked up to the dead old Travis rather than GH Actions, so bors is stuck.
bors: r-

@bors
Copy link

bors bot commented Oct 2, 2021

Canceled.

@CAD97 CAD97 merged commit edeee23 into CAD97:master Oct 2, 2021
@PurpleBooth
Copy link
Contributor Author

Amazing! Thank you, for creating it, it's super useful!

@PurpleBooth PurpleBooth deleted the iter_intersperse_support branch October 3, 2021 08:11
@CAD97
Copy link
Owner

CAD97 commented Oct 20, 2021

Published as v0.2.3

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

Successfully merging this pull request may close these issues.

None yet

2 participants