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] Allow StringRef to work with both Int8 and UInt8 #2454

Closed

Conversation

gabrieldemarmiesse
Copy link
Contributor

This is related to #2317

This is similar to #2448 but for StringRef.

With this, users and maintainers can work with both Int8 and UInt8 and will allow a graceful transition. This should also allow users to switch during the next release.

Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
@gabrieldemarmiesse gabrieldemarmiesse requested a review from a team as a code owner April 30, 2024 18:22
@JoeLoser JoeLoser added imported-internally Signals that a given pull request has been imported internally. merged-internally Indicates that this pull request has been merged internally labels May 1, 2024
JoeLoser pushed a commit that referenced this pull request May 3, 2024
…8 (#38989)

[External] [stdlib] Allow `StringRef` to work with both Int8 and UInt8

This is related to #2317

This is similar to #2448 but for
StringRef.

With this, users and maintainers can work with both Int8 and UInt8 and
will allow a graceful transition. This should also allow users to switch
during the next release.

Co-authored-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
Closes #2454
MODULAR_ORIG_COMMIT_REV_ID: 4ef46b217579ad62ca22defc2d8a31930ef37c5a
@JoeLoser
Copy link
Collaborator

JoeLoser commented May 3, 2024

🎉 🔥 This landed in tonight's nightly release in #2480!

Thanks again for the contribution!

@JoeLoser JoeLoser closed this May 3, 2024
@JoeLoser JoeLoser added the merged-externally Merged externally in public mojo repo label May 3, 2024
lsh pushed a commit to lsh/mojo that referenced this pull request May 17, 2024
…8 (#38989)

[External] [stdlib] Allow `StringRef` to work with both Int8 and UInt8

This is related to modularml#2317

This is similar to modularml#2448 but for
StringRef.

With this, users and maintainers can work with both Int8 and UInt8 and
will allow a graceful transition. This should also allow users to switch
during the next release.

Co-authored-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
Closes modularml#2454
MODULAR_ORIG_COMMIT_REV_ID: 4ef46b217579ad62ca22defc2d8a31930ef37c5a

Signed-off-by: Lukas Hermann <lukashermann28@gmail.com>
modularbot pushed a commit that referenced this pull request Jun 7, 2024
…8 (#38989)

[External] [stdlib] Allow `StringRef` to work with both Int8 and UInt8

This is related to #2317

This is similar to #2448 but for
StringRef.

With this, users and maintainers can work with both Int8 and UInt8 and
will allow a graceful transition. This should also allow users to switch
during the next release.

Co-authored-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
Closes #2454
MODULAR_ORIG_COMMIT_REV_ID: 4ef46b217579ad62ca22defc2d8a31930ef37c5a
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

2 participants