dialyxir v1.0.0-rc.7 Release Notes
Release Date: 2019-09-21 // almost 3 years ago-
๐ Changed
- Halt with a non-zero exit status by default; swap
--halt-exit-status
for--ignore-exit-status
.
โ Added
- OTP 22 compatibility in
:fun_app_args
warning. - Support for
:map_update
warning. - Report elapsed time in building/updating PLT.
๐ Fixed
- Warnings for protocols not implemented for built-in types.
- Fix ANSI disabling - its now actually possible to disable ANSI.
- Improve wording and fix grammar/punctuation in many warnings.
- Halt with a non-zero exit status by default; swap