Module

Kernel.SpecialForms

Changes by version

Elixir 1.16.0

· 1 change

Enhancement Tool: Elixir

Warn if True/False/Nil are used as aliases and there is no such alias

Elixir 1.11.0

· 1 change

Bugfix Tool: Elixir

Add |/2 to the list of special forms to avoid inconsistent behaviour on overrides

Elixir 1.8.0

· 1 change

Enhancement Tool: Elixir

Add :reduce option to for comprehensions

Elixir 1.6.0

· 1 change

Enhancement Tool: Elixir

Support the uniq: true flag in for comprehensions

Elixir 1.4.0

· 2 changes

Bugfix Tool: Elixir

Ensure comprehensions with guards and filters keep proper ordering,

Bugfix Tool: Elixir

Produce meaningful warning when with's else clauses have no effect