Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
interfaces,overlord: log interface auto-connection failures #3174
Conversation
zyga
added some commits
Apr 11, 2017
| @@ -67,7 +67,7 @@ type SlotRef struct { | ||
| } | ||
| // String returns the "snap:slot" representation of a slot reference. | ||
| -func (ref *SlotRef) String() string { |
zyga
Apr 11, 2017
Contributor
Yes, with the pointer receiver the method would not be used on plain (non pointer) objects.
mvo5
merged commit 36e7265
into
snapcore:master
Apr 12, 2017
6 checks passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
xenial-amd64
autopkgtest finished (success)
Details
xenial-i386
autopkgtest finished (success)
Details
xenial-ppc64el
autopkgtest finished (success)
Details
yakkety-amd64
autopkgtest finished (success)
Details
zesty-amd64
autopkgtest finished (success)
Details
zyga
deleted the
zyga:log-autoconnect-failures
branch
Apr 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedApr 11, 2017
We recently learned that the auto-connection logic is not as nice as we would like it to be.
As the first step towards fixing it let's add some diagnostic messages that we can use
to reason about what is going on in a given system.