Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent crashes on recursive src_dir definitions in deps
In some rare cases (see erlang#2581 for a sample interplay between plugins and recursive dep definitions with apps) there can be some interplay where a dependency declares recursive directories but the lookup for app files does not acknowledges these and causes problems. This patch simply ignores such cases by stripping options; this should have no backward compatibility impact since the value was just ignored before anyway, but will prevent crashes in hard-to-reproduce cases.
- Loading branch information