Elixir release

1.2.1

Change breakdown

Organization at a glance

Detailed changelog

Enhancement

6 changes

Tool: Elixir Module: IEx

Support remote pids/ports with IEx helper i/1

Tool: Elixir Module: Protocol

Warn when defimpl is called for a consolidated protocol

Tool: Elixir Module: ExUnit

Ensure assert macros can be used from quoted code

Tool: Elixir Module: ExUnit

Do not warn in match assertion if variable is reused in pattern

Tool: Elixir Module: Macro

Fix a bug in Macro.to_string/1 where a remote function could be accidentally interpreted as a sigil

Tool: Elixir Module: Mix

Ensure dependencies are properly skipped when --only option is given to mix deps.get