- Fix compatibility with Elixir 1.9
- Fix bug where Mix file is not reloaded on change if it had errors
- Remove unneccessary empty parens from suggested specs
- Add 'dialyzerFormat' setting to select which warning formatter to use. Options are
"dialyzer"(default),"dialyxir_short","dialyxir_long" - Fix crash when yecc grammar file has conflicts
- Dialyzer robustness improvements -...