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

Check presence of each beam listed in .app #42

Merged
merged 1 commit into from
Sep 17, 2013

Conversation

tsloughter
Copy link
Member

This allow to build riak, because one of riak deps (node_package) have stuff
in priv/ and valid node_package.app, but no one .beam files.

@tsloughter
Copy link
Member Author

This is not yet tested. I opened the PR so @ericbmerritt could let me know if the correction for the format error is at least correct.

Then I need to add to common test for it before we can merge.

@tsloughter
Copy link
Member Author

OK, I updated the skip apps tests and added a test for this. I think it is ready for merge...

This allow to build riak, because one of riak deps (node_package) have stuff
in priv/ and valid node_package.app, but no one .beam files.
@tsloughter
Copy link
Member Author

Should be good now.

ericbmerritt added a commit that referenced this pull request Sep 17, 2013
Check presence of each beam listed in .app
@ericbmerritt ericbmerritt merged commit f181be4 into erlware:master Sep 17, 2013
@nivertech
Copy link

It works now, even without {skip_apps, [...]}.
Is this OK?

@tsloughter
Copy link
Member Author

@nivertech Yup, now it checks that it has a beam file for all modules listed in the applications .app file. So if there are none listed it is still considered valid if there are no beam files.

@tsloughter tsloughter deleted the validate-app-file branch May 10, 2014 03:55
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.

4 participants