Handle the new warning location format in OTP 24, see OTP PR-2664 or OTP-16824.
Removal of the "Update PLT" button in the Dialyzer preferences.
The button has had no effect since the configuration was removed in 2013 via commit f5a52ab
A later commit 7545a0f, see config, only re-added the non project specific config which wont call erlide_kernel.
Removal of an unused function ErlideDialyze.startCheckPlt().
Changed the Dialyzer preferences menu placement from Erlang > Compiler > Dialyzer to Erlang > Dialyzer
This PR contains:
Handle the new warning location format in OTP 24, see OTP PR-2664 or OTP-16824.
Removal of the "Update PLT" button in the Dialyzer preferences. The button has had no effect since the configuration was removed in 2013 via commit f5a52ab A later commit 7545a0f, see config, only re-added the non project specific config which wont call erlide_kernel.
Removal of an unused function
ErlideDialyze.startCheckPlt()
.Changed the Dialyzer preferences menu placement from
Erlang > Compiler > Dialyzer
toErlang > Dialyzer
Matching PR: https://github.com/erlang/erlide_kernel/pull/23