Enhancement
14 changes
Add MIX_ENV output to archive.build (as on escript.build)
Fix Elixir CLI when running on Cygwin
Include stacktraces in ExUnit timeouts
Load dependencies before deps.check compiles dependencies
Ensure Mix.Config is deep merged
Change version requirement in new apps to ~> MAJOR.MINOR
Report correct location if local.hex fails and give higher priority to powershell install on Windows
Ensure --elixirc-paths option for compile.elixir is a subset of the project :elixirc_paths configuration and it does not remove skipped entries from the manifest
Ensure compile.elixir writes to manifest when files are removed
Ensure compile.elixir purges and deletes modules before compiling
Do not crash on malformed proxy env var
Ensure chunk/4 works correctly when halted
Do not allow relative paths in System.cmd/3 as documented
Fix :stderr_to_stdout option in System.cmd/3