starbelly / rebar_mix

rebar3 plugin for building Elixir dependencies with mix
Apache License 2.0
0 stars 0 forks source link

Can we remove features that rebar3 and hex_core already cover? #7

Open starbelly opened 1 year ago

starbelly commented 1 year ago

Originally reported by @starbelly in https://github.com/Supersonido/rebar_mix/issues/24

As part of https://github.com/Supersonido/rebar_mix/commit/36617e30e371b0f0490afeacb0f68a3bf4f3425f some features were added that rebar3 and hex_core already cover :

TL;DR is that rebar3 in conjunction with hex_core which ships with rebar3 handles downloading dependencies from hex, locking them, etc.

I feel this plugin would be best just to handle the compilation part, as it was doing prior to this merge.

How do you feel about removing these parts?