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

fix(stdlib)!: Change Buffer#addStringSlice API #1136

Merged
merged 1 commit into from
Mar 4, 2022
Merged

Conversation

peblair
Copy link
Member

@peblair peblair commented Feb 23, 2022

This PR changes the semantics of Buffer#addStringSlice to align with those of String#slice.

Closes #1071.

@peblair peblair requested a review from a team February 23, 2022 14:15
Copy link
Member

@phated phated left a comment

Choose a reason for hiding this comment

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

🔥 Excellent!

@phated phated requested a review from a team March 3, 2022 17:53
Copy link
Member

@marcusroberts marcusroberts left a comment

Choose a reason for hiding this comment

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

Nice!

@phated phated merged commit 0c7cb82 into main Mar 4, 2022
@phated phated deleted the philip/change-slice-api branch March 4, 2022 20:40
@github-actions github-actions bot mentioned this pull request Mar 4, 2022
@github-actions github-actions bot mentioned this pull request May 16, 2022
@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.

String.slice and Buffer.addStringSlice have different API signatures
4 participants