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

Adjacent Pairs #111

Merged
merged 1 commit into from
Mar 29, 2022
Merged

Adjacent Pairs #111

merged 1 commit into from
Mar 29, 2022

Conversation

tevelee
Copy link
Contributor

@tevelee tevelee commented Mar 26, 2022

Similarly to swift-algorithms package introduced adjacentPairs(), it's equally relevant in the async/await world.

I took inspiration from their implementation and updated the relevant documentation.

Copy link
Member

@phausler phausler left a comment

Choose a reason for hiding this comment

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

The implementation here looks quite solid, the addition of the documentation is fantastic, and seems to have some pretty solid tests there to start off with.

I will make sure to get back to this early next week to see about merging. Thanks!

@phausler phausler requested a review from parkera March 29, 2022 16:11
@phausler
Copy link
Member

@parkera I think I feel like since this is a pretty straightforward implementation, a well written transliteration from swift-algorithms, has documentation and 100% coverage from tests, to me it reaches the bar for being included in the roadmap to 1.0.

@parkera
Copy link
Member

parkera commented Mar 29, 2022

That's fine with me too.

@phausler phausler merged commit b136d48 into apple:main Mar 29, 2022
@parkera parkera added this to the 1.0 milestone Mar 29, 2022
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.

4 participants