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

only print skip warning if version is different #1886

Merged
merged 1 commit into from
Sep 17, 2018

Conversation

tsloughter
Copy link
Collaborator

@marianoguerra brought up how noisy the warning about skipping deps was for some of his projects. While this is in large part because we don't lock plugins (and we mute the warning if it is a lock) I noticed it is printing them even if there is no conflict, which was the purpose of printing the warning in the first place.

So this commit fixes it to not print the skip if its the same source tuple (name, verison, checksum).

@tsloughter tsloughter requested a review from ferd September 17, 2018 01:21
@tsloughter tsloughter merged commit 43769ae into erlang:master Sep 17, 2018
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