Elixir release

1.0.2

Change breakdown

Organization at a glance

Detailed changelog

Enhancement

8 changes

Tool: Elixir Module: EEx

Remove invalid warning when attempting to inline code in EEx

Tool: Elixir Module: EEx

Unify syntax errors to always include file:line:

Tool: Elixir Module: IEx

Set null prompt function in dumb term mode

Tool: Elixir Module: Kernel

Do not define an ets table with the same name as the module as it clashes with user code

Tool: Elixir Module: Kernel

Fail compiling try expressions if they lack one of catch/after/rescue/else clauses

Tool: Elixir Module: Kernel

Improve error messages when parsing fails on aliases

Tool: Elixir Module: Kernel

Improve warnings coming from compile-time evaluation of arguments

Tool: Elixir Module: String

Fix String.replace/4 typespec