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

Filter directories of homePath lib to find apps #1215

Merged
merged 1 commit into from
Aug 12, 2018
Merged

Filter directories of homePath lib to find apps #1215

merged 1 commit into from
Aug 12, 2018

Conversation

KronicDeth
Copy link
Owner

@KronicDeth KronicDeth commented Aug 12, 2018

Fixes #1143

Changelog

Bug Fixes

  • In eachEbinPath, the ebin directories were found by iterating <SDK_HOME_PATH>/lib and then iterating grandchild of that, so that all paths matching <SDK_HOME_PATH>/lib/<APP>/ebin would be added, but for some installs from source, like ASDF, there are non-OTP-app files in <SDK_HOME_PATH>/lib, so filter <SDK_HOME_PATH>/lib/<APP> to only directories.

Fixes #1143

In eachEbinPath, the ebin directories were found by iterating
`<SDK_HOME_PATH>/lib` and then iterating grandchild of that, so that all
paths matching `<SDK_HOME_PATH>/lib/<APP>/ebin` would be added, but for
some installs from source, like SDK, there are non-OTP-app files in
`<SDK_HOME_PATH>/lib`, so filter `<SDK_HOME_PATH>/lib/<APP>` to only
directories.
@KronicDeth KronicDeth added this to the 8.0.0 milestone Aug 12, 2018
@KronicDeth KronicDeth self-assigned this Aug 12, 2018
@KronicDeth KronicDeth merged commit cb8a066 into master Aug 12, 2018
@KronicDeth KronicDeth deleted the 1143 branch August 12, 2018 03:37
KronicDeth added a commit that referenced this pull request Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant