1.17.1
Released on 2024-06-18
Changes
- Type
- enhancement
- Tool
- Mix
- Module
- mix compile.elixir
- Description
- Do not run fixpoint computation on runtime dependencies. This should considerably improve compilation times for large projects when changing only one or two files
- Type
- bugfix
- Tool
- EEx
- Module
- EEx
- Description
- Do not warn for assignment with blocks in EEx
- Type
- bugfix
- Tool
- Elixir
- Module
- Kernel
- Description
- Fix bug when using pinned variables inside `with`'s `else` patterns
- Type
- bugfix
- Tool
- Elixir
- Module
- Kernel
- Description
- Fix Dialyzer error when with else clause is calling a `no_return` function
- Type
- bugfix
- Tool
- ExUnit
- Module
- ExUnit
- Description
- Do not alternative sync/async suites on `--repeat-until-failure`