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] Apply Indexer trait to stdlib containers #2722

Closed
wants to merge 1 commit into from

Conversation

bgreni
Copy link

@bgreni bgreni commented May 17, 2024

The second half of #2384

I have intentionally omitted static_tuple.mojo to avoid conflicting with #2677

Copy link
Contributor

@laszlokindrat laszlokindrat left a comment

Choose a reason for hiding this comment

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

Awesome, thank you! Before I bring this is, could you please add a few tests for IntLiteral indexers, and also update the changelog (you could just modify your existing entry for Indexer).

stdlib/test/builtin/test_list.mojo Outdated Show resolved Hide resolved
@bgreni bgreni force-pushed the apply-indexer-trait branch 2 times, most recently from b0601b1 to 45d6318 Compare May 17, 2024 21:05
@bgreni bgreni requested a review from a team as a code owner May 17, 2024 21:05
Signed-off-by: Brian Grenier <grenierb96@gmail.com>
@laszlokindrat laszlokindrat added the imported-internally Signals that a given pull request has been imported internally. label May 18, 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 May 20, 2024
@modularbot
Copy link
Collaborator

Landed in 9760431! Thank you for your contribution 🎉

modularbot pushed a commit that referenced this pull request May 21, 2024
[External] [stdlib] Apply Indexer trait to stdlib containers

The second half of #2384

I have intentionally omitted `static_tuple.mojo` to avoid conflicting
with #2677

Co-authored-by: bgreni <42788181+bgreni@users.noreply.github.com>
Closes #2722
MODULAR_ORIG_COMMIT_REV_ID: 365298938b36c3f4f9ad0067dfcb3856de369875
@modularbot modularbot closed this May 21, 2024
martinvuyk pushed a commit to martinvuyk/mojo that referenced this pull request May 24, 2024
[External] [stdlib] Apply Indexer trait to stdlib containers

The second half of modularml#2384

I have intentionally omitted `static_tuple.mojo` to avoid conflicting
with modularml#2677

Co-authored-by: bgreni <42788181+bgreni@users.noreply.github.com>
Closes modularml#2722
MODULAR_ORIG_COMMIT_REV_ID: 365298938b36c3f4f9ad0067dfcb3856de369875
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.

None yet

3 participants