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

handle newly added deps to config even when lock is empty #834

Merged
merged 1 commit into from
Sep 25, 2015

Conversation

tsloughter
Copy link
Collaborator

Stupidly wasn't parsing an empty lock like a normal lock file. Getting rid of that special case in rebar_config makes sure newly added deps are treated the same whether the lock is empty or contains locks -- but exists. Also adds a test for that case, we were already testing the case that the lock had contents and a new dep was added to rebar.config.

ferd added a commit that referenced this pull request Sep 25, 2015
handle newly added deps to config even when lock is empty
@ferd ferd merged commit 0b0c119 into erlang:master Sep 25, 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