summaryrefslogtreecommitdiff
path: root/inttest/tdeps2
diff options
context:
space:
mode:
authorAndrew Thompson <andrew@hijacked.us>2013-10-16 19:48:00 -0400
committerAndrew Thompson <andrew@hijacked.us>2013-10-16 19:58:02 -0400
commitd983beafe93a0f58272d3351f12329984541878f (patch)
tree472784a2f40c8ff3963a7e7ff96f7ae3910db1c5 /inttest/tdeps2
parented88055a750736c5c9807ca4da4803ff8a6aef16 (diff)
Don't over-aggressively clean the code path in the presence of lib_dir directives
Rebar, when it encounters a lib_dir directive, caches the current code path, adds the libdir(s) and returns the cached copy of the path. When rebar has finished processing that directory, it restores the cached path. This is problematic in the below scenario: /(lib_dir)->G A -> B -> C -> D -> E \-> F -> D -> E When rebar is finished processing B, it restores the code path to what it was before it processed B, removing C, D, E and G from the code path. This means when it comes to process F, neither D or E are in the code path, so any header includes, rebar plugins or parse transforms will not be in the code path. Without the lib_dir directive, rebar does no code path cleanups, so everything works fine. This change makes rebar only remove the explicit lib_dir code paths it added and adds an inttest that replicates the above scenario.
Diffstat (limited to 'inttest/tdeps2')
0 files changed, 0 insertions, 0 deletions