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

[stdlib] Addition of a new constructor and reserve method to the String struct #3755

Closed
wants to merge 1 commit into from

Conversation

thatstoasty
Copy link
Contributor

Adds a public API for users to allocate capacity through String, instead of having to reach into the private internal ._buffer attribute.

Satisfies: #3738

@thatstoasty thatstoasty requested a review from a team as a code owner November 7, 2024 16:14
@thatstoasty
Copy link
Contributor Author

@martinvuyk I made your suggested change to the docstring of the reserve function!

Signed-off-by: Mikhail Tavarez <[email protected]>

revise changelog

Signed-off-by: Mikhail Tavarez <[email protected]>
@JoeLoser
Copy link
Collaborator

JoeLoser commented Nov 8, 2024

!sync

@modularbot modularbot added the imported-internally Signals that a given pull request has been imported internally. label Nov 8, 2024
@modularbot
Copy link
Collaborator

✅🟣 This contribution has been merged 🟣✅

Your pull request has been merged to the internal upstream Mojo sources. It will be reflected here in the Mojo repository on the nightly branch during the next Mojo nightly release, typically within the next 24-48 hours.

We use Copybara to merge external contributions, click here to learn more.

@modularbot modularbot added merged-internally Indicates that this pull request has been merged internally merged-externally Merged externally in public mojo repo labels Nov 9, 2024
modularbot pushed a commit that referenced this pull request Nov 9, 2024
…to the String struct (#50557)

[External] [stdlib] Addition of a new constructor and reserve method to
the String struct

Adds a public API for users to allocate capacity through String, instead
of having to reach into the private internal `._buffer` attribute.

Satisfies: #3738

Co-authored-by: Mikhail Tavarez <[email protected]>
Closes #3755
MODULAR_ORIG_COMMIT_REV_ID: 3d3c3c4fd49acaf3f8f204e453039bacfe57a8ac
@modularbot
Copy link
Collaborator

Landed in 55cbae5! Thank you for your contribution 🎉

@modularbot modularbot closed this Nov 9, 2024
modularbot pushed a commit that referenced this pull request Dec 17, 2024
…to the String struct (#50557)

[External] [stdlib] Addition of a new constructor and reserve method to
the String struct

Adds a public API for users to allocate capacity through String, instead
of having to reach into the private internal `._buffer` attribute.

Satisfies: #3738

Co-authored-by: Mikhail Tavarez <[email protected]>
Closes #3755
MODULAR_ORIG_COMMIT_REV_ID: 3d3c3c4fd49acaf3f8f204e453039bacfe57a8ac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported-internally Signals that a given pull request has been imported internally. merged-externally Merged externally in public mojo repo merged-internally Indicates that this pull request has been merged internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants