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

Add integer to string formatting tests #138546

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GuillaumeGomez
Copy link
Member

As discussed in #136264, there doesn't seem to have tests to ensure that int to string conversion is performed correctly, only sporadic tests here and there. Now we have some basic tests. :)

r? @Mark-Simulacrum

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Mar 15, 2025
@GuillaumeGomez GuillaumeGomez force-pushed the integer-to-string-tests branch from 09c42c7 to 47b2f7f Compare March 15, 2025 22:08
@rust-log-analyzer

This comment has been minimized.

@GuillaumeGomez GuillaumeGomez force-pushed the integer-to-string-tests branch from 47b2f7f to b2b1ed2 Compare March 15, 2025 22:53
@rust-log-analyzer

This comment has been minimized.

@jieyouxu
Copy link
Member

jieyouxu commented Mar 16, 2025

FYI (very recent change) alloc tests are now a separate package, alloctests

EDIT: see #136642

@jieyouxu jieyouxu added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 16, 2025
@GuillaumeGomez GuillaumeGomez force-pushed the integer-to-string-tests branch from b2b1ed2 to bacd57a Compare March 16, 2025 13:45
@GuillaumeGomez
Copy link
Member Author

Wow, talk about bad luck. 😆

Thanks for the links @jieyouxu! Updated the PR to use alloctests instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants