1.16.1

Released on 2024-01-31

Changes

Type
bugfix
Tool
Elixir
Module
Code
Description
Fix `Code.quoted_to_algebra/2` for operator with :do key as operand
Type
bugfix
Tool
Elixir
Module
Kernel.ParallelCompiler
Description
Do not crash parallel compiler when it receives diagnostics from additional code evaluation
Type
bugfix
Tool
Elixir
Module
Kernel.ParallelCompiler
Description
Always log errors at the end of compilation
Type
bugfix
Tool
Elixir
Module
String
Description
Fix `String.capitalize/1` with a single codepoint
Type
bugfix
Tool
IEx
Module
IEx
Description
Fix autocompletion of function signatures on Erlang/OTP 26
Type
bugfix
Tool
IEx
Module
IEx
Description
Do not assume `$HOME` is set
Type
bugfix
Tool
Mix
Module
mix deps.compile
Description
Handle compilation of rebar3 dependencies when rebar3 is on a path with spaces on Unix
Type
bugfix
Tool
Mix
Module
mix test
Description
Properly resolve relative paths when running tests from individual files
Type
bugfix
Tool
Mix
Module
mix test
Description
Properly resolve Windows paths when running tests from individual files