rebar3 icon indicating copy to clipboard operation
rebar3 copied to clipboard

xref optional dependencies

Open tsloughter opened this issue 3 years ago • 1 comments

I realized a drawback to how xref now only adds the runtime applications to analyze.

For apps with optional dependencies it means there is no way to include them in the analysis (aside from using a .app.src.script file).

Adding this to track the issue but I'm hoping we can just wait for https://github.com/erlang/otp/pull/2675 but if it gets rejected we'll want to add a xref_additional_apps or something similar.

tsloughter avatar Oct 10 '20 17:10 tsloughter

yeah currently there's xref_extra_paths that can sorta do that.

ferd avatar Oct 10 '20 18:10 ferd