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] Add CollectionElementNew to a few structs, part 4 #3143

Conversation

gabrieldemarmiesse
Copy link
Contributor

@gabrieldemarmiesse gabrieldemarmiesse commented Jun 28, 2024

@ConnorGray for review

Adding the explicit copy constructor is needed for when collections will require all their elements to have an explicit copy constructor.

This PR contains the modification for _ImmutableString, _ObjectImpl, _FormatCurlyEntry, OwnedKwargsDict and _NoneType

@gabrieldemarmiesse gabrieldemarmiesse requested a review from a team as a code owner June 28, 2024 20:20
@ConnorGray
Copy link
Collaborator

!sync

@modularbot modularbot added the imported-internally Signals that a given pull request has been imported internally. label Jun 29, 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 Jun 30, 2024
modularbot pushed a commit that referenced this pull request Jul 1, 2024
… (#42564)

[External] [stdlib] Add CollectionElementNew to a few structs, part 4

Adding the explicit copy constructor is needed for when collections will
require all their elements to have an explicit copy constructor.

This PR contains the modification for `_ImmutableString`, `_ObjectImpl`,
`_FormatCurlyEntry`, `OwnedKwargsDict` and `_NoneType`

Co-authored-by: Gabriel de Marmiesse <[email protected]>
Closes #3143
MODULAR_ORIG_COMMIT_REV_ID: 4722182a83f5a0ae701dd7d57999591fda9fb087
@modularbot
Copy link
Collaborator

Landed in b728910! Thank you for your contribution 🎉

@modularbot modularbot closed this Jul 1, 2024
modularbot pushed a commit that referenced this pull request Sep 13, 2024
… (#42564)

[External] [stdlib] Add CollectionElementNew to a few structs, part 4

Adding the explicit copy constructor is needed for when collections will
require all their elements to have an explicit copy constructor.

This PR contains the modification for `_ImmutableString`, `_ObjectImpl`,
`_FormatCurlyEntry`, `OwnedKwargsDict` and `_NoneType`

Co-authored-by: Gabriel de Marmiesse <[email protected]>
Closes #3143
MODULAR_ORIG_COMMIT_REV_ID: 4722182a83f5a0ae701dd7d57999591fda9fb087
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