Skip to content

Permit 'R'/'r' format specifier with integer formatting #67959

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

Merged
merged 2 commits into from
Apr 14, 2022

Conversation

stephentoub
Copy link
Member

Treat it just like 'G'/'g'. This is to minimize differences in numerical format allowances, primarily in support of generic math.

Fixes #67623

Treat it just like 'G'/'g'.  This is to minimize differences in numerical format allowances, primarily in support of generic math.
@stephentoub stephentoub added this to the 7.0.0 milestone Apr 13, 2022
@ghost ghost assigned stephentoub Apr 13, 2022
@ghost
Copy link

ghost commented Apr 13, 2022

Tagging subscribers to this area: @dotnet/area-system-runtime
See info in area-owners.md if you want to be subscribed.

Issue Details

Treat it just like 'G'/'g'. This is to minimize differences in numerical format allowances, primarily in support of generic math.

Fixes #67623

Author: stephentoub
Assignees: -
Labels:

area-System.Runtime

Milestone: 7.0.0

@danmoseley
Copy link
Member

#67878

@danmoseley danmoseley merged commit 4cf13db into dotnet:main Apr 14, 2022
@dakersnar
Copy link
Contributor

Might be the cause of windows x86 performance improvements: dotnet/perf-autofiling-issues#4710

@stephentoub
Copy link
Member Author

Might be the cause of windows x86 performance improvements: dotnet/perf-autofiling-issues#4710

Much more likely it's #67902.

@stephentoub stephentoub deleted the formatrinteger branch May 18, 2022 20:54
@ghost ghost locked as resolved and limited conversation to collaborators Jun 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Making numerical formatting specifiers more consistent
4 participants