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(stdlib): Add List.join and Array.join functions #722

Merged
merged 3 commits into from
Jun 13, 2021
Merged

Conversation

phated
Copy link
Member

@phated phated commented Jun 9, 2021

In the spirit of #711 - I've begun splitting out the changes from the "misc" section of #680

This originally was String.join, but I changed it to List.join since it is actually joining a List into a String. I added Array.join too. And then I regenerated the snapshots because they are crazy.

@phated phated requested a review from a team June 9, 2021 22:48
Copy link
Member

@ospencer ospencer left a comment

Choose a reason for hiding this comment

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

I don't think we should block on it for now, but we should probably make an issue to rewrite these to do the join the "fast" way via low-level instructions.

@phated
Copy link
Member Author

phated commented Jun 11, 2021

I don't think we should block on it for now, but we should probably make an issue to rewrite these to do the join the "fast" way via low-level instructions.

#728

@peblair peblair force-pushed the stdlib/list-join branch from e55ede0 to 6866133 Compare June 13, 2021 10:36
@peblair peblair force-pushed the stdlib/list-join branch from 6866133 to c3ece29 Compare June 13, 2021 11:02
@peblair peblair merged commit 01a64b6 into main Jun 13, 2021
@peblair peblair deleted the stdlib/list-join branch June 13, 2021 11:31
@github-actions github-actions bot mentioned this pull request May 31, 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.

3 participants