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
Hey. Long story short trying to add elixir to erlang project. I’m trying add local elixir dependency to project. It kindly works. Problem is that every second run elixir part is not included.
Steps to reproduce:
$ rebar3 new app local_mix
$ cd local_mix
$ mix new ex_app
Hey. Long story short trying to add elixir to erlang project. I’m trying add local elixir dependency to project. It kindly works. Problem is that every second run elixir part is not included.
Steps to reproduce:
rebar.config:
'Elixir.ExApp':hello().
- works'Elixir.ExApp':hello().
- undefined functionif you run rebar3 shell once again it will work :slight_smile:
Maybe there is other way to just include elixir files in rebar3 project?
The text was updated successfully, but these errors were encountered: