You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mix compile.elixir] Do not run fixpoint computation on runtime dependencies. This should considerably improve compilation times for large projects when changing only one or two files
2. Bug fixes
EEx
[EEx] Do not warn for assignment with blocks in EEx
Elixir
[Kernel] Fix bug when using pinned variables inside with's else patterns
[Kernel] Fix Dialyzer error when with else clause is calling a no_return function
ExUnit
[ExUnit] Do not alternative sync/async suites on --repeat-until-failure