Enhancement
8 changes
Remove invalid warning when attempting to inline code in EEx
Unify syntax errors to always include file:line:
Set null prompt function in dumb term mode
Do not define an ets table with the same name as the module as it clashes with user code
Fail compiling try expressions if they lack one of catch/after/rescue/else clauses
Improve error messages when parsing fails on aliases
Improve warnings coming from compile-time evaluation of arguments
Fix String.replace/4 typespec