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 case that upgraded app no longer has .app.src file #822

Merged
merged 1 commit into from
Sep 20, 2015

Conversation

tsloughter
Copy link
Collaborator

If an app is upgraded and no longer has a .app.src file (but it did before) the app record still contained a path for that file that no longer exists as though it was still expected to use it. The fix here sets app_src to undefined if it isn't there when the new version is unpacked and inspected so that later rebar3 doesn't attempt to read it in expecting it to be there.

ferd added a commit that referenced this pull request Sep 20, 2015
handle case that upgraded app no longer has .app.src file
@ferd ferd merged commit 5159939 into erlang:master Sep 20, 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.

None yet

2 participants