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
It seems you're trying to get the configuration by rereading rebar.config. Why don't you use the rebar api to read the configuration?
also we should have a default configuration if possible. You can look at the elixir path from the env. This snippet allows you to get the path of the elixir or mix binaries. From there you should be able to retrieve the path.
benoitc
changed the title
bug testing a simple example
bug testing a simple example: discover elixir if possible
Aug 14, 2016
I was unable to compile a simple test:
Steps to reproduce:
rebar3 new app testapp
rebar.config
in the testapp folder:rebar3 compile
You get the following trace when runn
The text was updated successfully, but these errors were encountered: