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

don't add a provider if the same namespace and name already exists #934

Merged
merged 2 commits into from
Nov 23, 2015

Conversation

tsloughter
Copy link
Collaborator

Fix for #933

@tsloughter tsloughter force-pushed the dedup_providers branch 2 times, most recently from a6149e6 to d70bf3f Compare November 22, 2015 15:14
case lists:any(fun(P) ->
case {providers:impl(P), providers:namespace(P)} of
{Name, Namespace} ->
?DEBUG("Not adding provider ~p ~p from module ~p because already exists from module ~p",
Copy link
Collaborator

Choose a reason for hiding this comment

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

"because it already exists"

ferd added a commit that referenced this pull request Nov 23, 2015
don't add a provider if the same namespace and name already exists
@ferd ferd merged commit c3af4ef into erlang:master Nov 23, 2015
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.

2 participants