erlang.mk icon indicating copy to clipboard operation
erlang.mk copied to clipboard

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

Open mkuratczyk opened this issue 1 year ago • 1 comments

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.

mkuratczyk avatar May 19 '23 09:05 mkuratczyk

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.

essen avatar May 19 '23 17:05 essen