summaryrefslogtreecommitdiff
path: root/test/rebar_xref_SUITE_data/recursive/apps/rebar_issue2
Commit message (Collapse)AuthorAgeFilesLines
* Fix xref compile hook on depsFred Hebert2017-06-073-0/+78
If xref analysis is being run by a dependency during its compilation phase, the xref provider will try to add that deps' parents to the check job while the ebin/ directories for them do not exist. This causes a crash. This patch makes it so directories are only added if they are existing, preventing failure on any compile hook for dependencies and allowing successful compilation as a best effort.