You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, a lot more is coming clear, like the protocol consolidation hook removal, now that I've looked at this function that calls deps.get, it also changes how compile is called. Why is it no longer:
In testing I noticed that
mix deps.get
is called here https://github.com/Supersonido/rebar_mix/blob/master/src/rebar_mix_utils.erl#L138 which results in a bunch of deps being fetched under_build/default/lib/<elixir app>/deps
Why is this the case? They aren't used are they, they aren't built at least so they must not be?
I can send a PR to remove it unless there is a reason it needs to be done.
The text was updated successfully, but these errors were encountered: