Compile multiple files in parallel
Module
mix compile.erlang
5 changes across 4 versions
Changes by version
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}
Teach Mix erlang compiler alternative spelling for -behavior declaration
Do not silently discard Erlang compile errors
Properly track -compile module attribute when specified as a list