Skip to content

v1.15.6

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 09:00
· 1078 commits to main since this release

This release also includes fixes to the Windows installer.

1. Bug fixes

EEx

  • [EEx] Do not crash when printing tokenizer warnings

Elixir

  • [Code] Fix formatter for nested * in bitstrings
  • [Code] Improve feedback when an invalid block is given Code.quoted_to_algebra/2
  • [Kernel] Trace functions before they are inlined

Mix

  • [mix compile] Ensure :extra_applications declare in umbrella projects are loaded
  • [mix deps.get] Do not check for invalid applications before deps.get
  • [mix deps.update] Do not check for invalid applications before deps.update
  • [mix format] Load plugins when invoking the formatter from an IDE