Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
snap: ensure that plug and slot names are unique #1848
Conversation
zyga
added some commits
Sep 5, 2016
|
LGTM. Let's just wait for tests. |
niemeyer
merged commit af6ec8c
into
snapcore:master
Sep 5, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
zyga
deleted the
zyga:validate-plug-slot-uniqueness
branch
Sep 6, 2016
|
Hrmmm, I'm curious about the motivation for this. For example, the docker snap was going to use:
In this manner we wouldn't have a 'docker-client' interface and a 'docker' interface, but could just use one for each. This can be worked around with:
but I don't understand the point of the PR if this is supposed to work. I'll discuss on IRC. |
jdstrand
referenced this pull request
Sep 12, 2016
Closed
interfaces/builtin: add initial docker interface #1619
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedSep 5, 2016
This branch extended snap validation to ensure that plug and slot names are unique within one snap so that a given name is always uniquely identifying a plug or a slot but not both.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com