We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--no_native
The --no_native flag in dialyzer was ignored since OTP 24.0 and got removed between 26.0-rc3 and 26.0 final.
dialyzer
Therefore make dialyze on 26.0 fails with dialyzer: No such file, directory or application: "no_native".
make dialyze
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The
--no_native
flag indialyzer
was ignored since OTP 24.0 and got removed between 26.0-rc3 and 26.0 final.Therefore
make dialyze
on 26.0 fails withdialyzer: 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.
The text was updated successfully, but these errors were encountered: