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
But that doesn't work in v1.15.1+ and v1.16.
They introduced yet another mechanism in v1.16 (and v1.15.1+ on the 1.15 branch). elixir-lang/elixir@cc2d056 The correctfull cmdline in v1.15.1+ and v1.16.0+ is this:
Describe the bug
IEx Entrypoint
Elixir.IEx.CLI start()
no longer exists.The
start()
entrypoint was removed from Elixir v1.15To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should run Mix in the IEx interactive Elixir prompt. This works fine in Elixir v1.14.x and below.
Logs
Desktop:
Erlang:
asdf
Elixir:
asdf
Plugin:
Additional context
See these two commits for the changes in v1.15.0
elixir-lang/elixir@e1eecb8
elixir-lang/elixir@c28b596
The correct full constructed cmdline to use in v1.15.0 is this:
But that doesn't work in v1.15.1+ and v1.16.
They introduced yet another mechanism in v1.16 (and v1.15.1+ on the 1.15 branch).
elixir-lang/elixir@cc2d056
The correct full cmdline in v1.15.1+ and v1.16.0+ is this:
/path/to/bin/erl -pa ... -s elixir start_iex -noshell -elixir ansi_enabled true -user elixir -extra +iex --no-halt -S /path/to/bin/mix
The text was updated successfully, but these errors were encountered: