Elixir v1.19.1 released

1. Bug fixes

EEx

  • [EEx] Address Dialyzer warnings when invoking EEx.compile_string

Elixir

  • [Kernel] Optimize how types are computed for pretty printing
  • [Kernel] Optimize how differences are computed in the type system
  • [Macro] Do not escape options given to dbg/2
  • [Protocol] Improve protocol violation warnings

Mix

  • [mix compile] Do not attempt to touch deleted files when compilation fails and then resumed with missing files
  • [mix deps.compile] Do not spawn partitions when all dependencies are local and already compiled
45 Likes

Previous discussion: Elixir v1.19.0 released