barrel-db / rebar3_elixir_compile

Elixir rebar3 compiler plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rebar3_elixir_util.erl:get_details/1 should use rebar API

benoitc opened this issue · comments

Right now rebar3_elixir_util.erl:get_details/1 is opening rebar.config.

Instead we should use the rebar API to get the elixir options so can also have the global options set too.

related to #4