Module

mix compile.erlang

Changes by version

Elixir 1.12.0

· 1 change

Enhancement Tool: Mix

Compile multiple files in parallel

Elixir 1.8.0

· 1 change

Enhancement Tool: Mix

Returning {:ok, contents} or :error as the callback in Mix.Compilers.Erlang.compile/6 is deprecated in favor of returning {:ok, contents, warnings} or {:error, errors, warnings}

Elixir 1.6.2

· 1 change

Enhancement Tool: Mix

Teach Mix erlang compiler alternative spelling for -behavior declaration

Elixir 1.5.0

· 2 changes

Bugfix Tool: Mix

Do not silently discard Erlang compile errors

Bugfix Tool: Mix

Properly track -compile module attribute when specified as a list