rebar/inttest/erlc_dep_graph
David Kubecka 07a4a14af6 Fix error when processing non-existent include_lib file
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.
2015-04-06 22:11:57 +02:00
..
extra_include Assemble Dirs passed to update_erlcinfo in one place 2015-04-05 00:46:34 +02:00
include Assemble Dirs passed to update_erlcinfo in one place 2015-04-05 00:46:34 +02:00
src Fix error when processing non-existent include_lib file 2015-04-06 22:11:57 +02:00
erlc_dep_graph_rt.erl Store also max modified times in erlcinfo 2015-04-06 22:10:15 +02:00
rebar.config Assemble Dirs passed to update_erlcinfo in one place 2015-04-05 00:46:34 +02:00