mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 11:09:35 +00:00
07a4a14af6
Since process_attr/3 searches source code for attributes, it can happen that it finds an attribute which is eventually not needed by the compilation, e.g. hidden by ifdef macro - see enclosed test. Such attribute can reference a file which is not in the path or which even doesn't exist at all, and current code doesn't expect such a situation. We fix things by simply ignoring such files. |
||
---|---|---|
.. | ||
extra_include | ||
include | ||
src | ||
erlc_dep_graph_rt.erl | ||
rebar.config |