Skip to content

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

Merged
danmoseley merged 2 commits into
dotnet:mainfrom
stephentoub:formatrinteger
Apr 14, 2022
Merged

Permit 'R'/'r' format specifier with integer formatting#67959
danmoseley merged 2 commits into
dotnet:mainfrom
stephentoub:formatrinteger

Conversation

@stephentoub

Copy link
Copy Markdown
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.
@ghost

Copy link
Copy Markdown

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
Copy Markdown
Contributor

#67878

@danmoseley
danmoseley merged commit 4cf13db into dotnet:mainApr 14, 2022
@dakersnar

Copy link
Copy Markdown
Contributor

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

@stephentoub

Copy link
Copy Markdown
MemberAuthor

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
@ghostghost locked as resolved and limited conversation to collaborators Jun 18, 2022
Sign up for freeto 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

@stephentoub@danmoseley@dakersnar@tannergooding