erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Only ensure kernel,stdlib for empty dep apps #585

Closed lrascao closed 7 years ago

lrascao commented 7 years ago

Do not try and ensure them for every app, there are some OTP apps that only require kernel and there's really no point in rewriting those.

tsloughter commented 7 years ago

Ah, makes sense.

lrascao commented 7 years ago

good to merge then?

tsloughter commented 7 years ago

Yup, looks good.