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][NFC] Tests for the abs() round() and divmod() math functions #2724

Closed

Conversation

msaelices
Copy link

@msaelices msaelices commented May 17, 2024

All of these functions call to the specific __abs__, __round__ and __divmod__ methods depending on the types involved.

These are some smoke tests to make sure they do not accidentally break

See ticket #2679

Signed-off-by: Manuel Saelices <msaelices@gmail.com>
@msaelices msaelices changed the base branch from main to nightly May 17, 2024 22:00
@msaelices msaelices requested a review from a team as a code owner May 17, 2024 22:00
@laszlokindrat laszlokindrat self-assigned this May 17, 2024
@laszlokindrat
Copy link
Contributor

@msaelices Thanks for the patch! Something is wrong with the commit, could you please ensure that CI passes?

@laszlokindrat laszlokindrat changed the title Tests for the abs() round() and divmod() math functions [stdlib][NFC] Tests for the abs() round() and divmod() math functions May 17, 2024
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.

Thanks!

@laszlokindrat
Copy link
Contributor

!sync

@modularbot modularbot added the imported-internally Signals that a given pull request has been imported internally. label May 21, 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 the merged-internally Indicates that this pull request has been merged internally label May 21, 2024
modularbot pushed a commit that referenced this pull request May 22, 2024
…h functions (#40350)

[External] [stdlib][NFC] Tests for the abs() round() and divmod() math
functions

All of these functions call to the specific `__abs__`, `__round__` and
`__divmod__` methods depending on the types involved.

These are some smoke tests to make sure they do not accidentally break

See ticket #2679

Co-authored-by: Manuel Saelices <msaelices@gmail.com>
Closes #2724
MODULAR_ORIG_COMMIT_REV_ID: 476d782383800dc7a6e39aaa8f0fca4c1a713844
@modularbot modularbot added the merged-externally Merged externally in public mojo repo label May 22, 2024
@modularbot
Copy link
Collaborator

Landed in 5beb1ae! Thank you for your contribution 🎉

@modularbot modularbot closed this May 22, 2024
martinvuyk pushed a commit to martinvuyk/mojo that referenced this pull request May 24, 2024
…h functions (#40350)

[External] [stdlib][NFC] Tests for the abs() round() and divmod() math
functions

All of these functions call to the specific `__abs__`, `__round__` and
`__divmod__` methods depending on the types involved.

These are some smoke tests to make sure they do not accidentally break

See ticket modularml#2679

Co-authored-by: Manuel Saelices <msaelices@gmail.com>
Closes modularml#2724
MODULAR_ORIG_COMMIT_REV_ID: 476d782383800dc7a6e39aaa8f0fca4c1a713844
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