Skip to content

Conversation

@teo-tsirpanis
Copy link
Contributor

The character array overload calls the ReadOnlySpan overload, and the overloads of primitives call a private helper function that takes advantage of ISpanFormattable.

Salvaged from #58907.

The character array overload calls the ReadOnlySpan overload, and the overloads of primitives call a private helper function that takes advantage of ISpanFormattable.
@ghost
Copy link

ghost commented Feb 7, 2022

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Feb 7, 2022
Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. The changes overall look good, but there are some test failures to be looked at around corner case error handling.

@teo-tsirpanis
Copy link
Contributor Author

Tests seem to pass @stephentoub.

Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ghost
Copy link

ghost commented Feb 10, 2022

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

Issue Details

The character array overload calls the ReadOnlySpan overload, and the overloads of primitives call a private helper function that takes advantage of ISpanFormattable.

Salvaged from #58907.

Author: teo-tsirpanis
Assignees: -
Labels:

area-System.Runtime, community-contribution

Milestone: -

@tannergooding tannergooding merged commit 68bdfd3 into dotnet:main Feb 10, 2022
@teo-tsirpanis teo-tsirpanis deleted the stringbuilder-insert-optimize branch February 10, 2022 16:10
@ghost ghost locked as resolved and limited conversation to collaborators Mar 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants