Enhancement
3 changes
Measure and optimize writing of .beam files in the compiler
Optimize rare scenarios where type checking took too long
Add flag --no-check-cwd to skip compiler check to aid debugging
Elixir release
Released on
Change breakdown
Detailed changelog
3 changes
Measure and optimize writing of .beam files in the compiler
Optimize rare scenarios where type checking took too long
Add flag --no-check-cwd to skip compiler check to aid debugging
6 changes
Fix dialyzer warning on IO.inspect :label
Ensure we warn on deprecated ~~~ unary operator
Reset ansi escapes before newlines in Logger
Warn if elixirc_paths is not a list of string paths
Address regression where umbrella children were compiled too early and without respecting compilation flags
Improve reliability of MIX_OS_DEPS_COMPILE_PARTITION_COUNT across mix escript.install, mix archive.install, and others