ninenines / erlang.mk

A build tool for Erlang that just works.
https://erlang.mk
ISC License
578 stars 241 forks source link

OTP26 dialyzer support: `--no_native` flag is gone #976

Open mkuratczyk opened 1 year ago

mkuratczyk commented 1 year ago

The --no_native flag in dialyzer was ignored since OTP 24.0 and got removed between 26.0-rc3 and 26.0 final.

Therefore make dialyze on 26.0 fails with dialyzer: No such file, directory or application: "no_native".

Simply removing this option makes it work on OTP26 but I guess could have some impact on OTP23 and older.

essen commented 1 year ago

Please open a PR removing it the recent changes I have done have removed a bunch of other native related code anyway. Missed this one I guess.