Skip to content

Update client to pass go lint#1555

Merged
estesp merged 1 commit intocontainerd:masterfrom
crosbymichael:client-lint
Sep 25, 2017
Merged

Update client to pass go lint#1555
estesp merged 1 commit intocontainerd:masterfrom
crosbymichael:client-lint

Conversation

@crosbymichael
Copy link
Copy Markdown
Member

There is one breaking change with the function naming of UidGid to
UIDGID

Signed-off-by: Michael Crosby [email protected]

Comment thread dialer.go Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It's technically a named pipe on windows. Maybe use local transport ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

not in this method, look at the code

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hum, I see.

address = strings.TrimPrefix(address, "unix://")

Should be moved into dialer() version of unix actually. Dialer() is used by all platforms.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

idk, maybe in another PR for the windows work

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'll just make a quick PR to fix it -> #1558

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

with #1558 basically ready to merge do you want to clarify the comment or handle via a follow-up PR @crosbymichael?

@codecov-io
Copy link
Copy Markdown

codecov-io commented Sep 25, 2017

Codecov Report

Merging #1555 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1555   +/-   ##
=======================================
  Coverage   42.36%   42.36%           
=======================================
  Files          24       24           
  Lines        3368     3368           
=======================================
  Hits         1427     1427           
  Misses       1612     1612           
  Partials      329      329

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a9d939...51b9240. Read the comment docs.

@dmcgowan
Copy link
Copy Markdown
Member

LGTM

There is one breaking change with the function naming of UidGid to
UIDGID

Signed-off-by: Michael Crosby <[email protected]>
@crosbymichael
Copy link
Copy Markdown
Member Author

@mlaventure @estesp updated

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

@estesp estesp merged commit bd1f89b into containerd:master Sep 25, 2017
@crosbymichael crosbymichael deleted the client-lint branch September 25, 2017 17:26
mauriciovasquezbernal pushed a commit to kinvolk/containerd that referenced this pull request Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants