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

[18.09] backport using strings.Builder instead of string appending #1432

Merged
merged 1 commit into from
Oct 17, 2018

Conversation

thaJeztah
Copy link
Member

backport of #1423 for 18.09
fixes #1422 for 18.09

git checkout -b 18.09_backport_use_string_builder upstream/18.09
git cherry-pick -s -S -x 814ced4b30d0d2164c74d2f2007603ce81d0d17b

cherry-pick was clean; no conflicts

Signed-off-by: Li Yi <denverdino@gmail.com>
(cherry picked from commit 814ced4)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-io
Copy link

Codecov Report

Merging #1432 into 18.09 will increase coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##            18.09    #1432      +/-   ##
==========================================
+ Coverage   54.13%   54.14%   +0.01%     
==========================================
  Files         290      290              
  Lines       19344    19350       +6     
==========================================
+ Hits        10472    10478       +6     
  Misses       8203     8203              
  Partials      669      669

Copy link
Collaborator

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

LGTM :coffee:

Copy link
Collaborator

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

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

LGTM

@cpuguy83 cpuguy83 merged commit 22336b3 into docker:18.09 Oct 17, 2018
@thaJeztah thaJeztah deleted the 18.09_backport_use_string_builder branch October 17, 2018 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants