Skip to content
New issue

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

els_typer: Handle OTP26 changes to dialyzer functions #1444

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

the-mikedavis
Copy link
Contributor

Description

OTP26 added the dialyzer_iplt module and took over some of the PLT functions from dialyzer_plt. I added some conditional compilation to use the dialyzer_iplt functions on 26+ and dialyzer_plt on 25-. dialyzer_iplt comes from the big refactor for incremental mode: https://www.erlang.org/blog/otp-26-highlights/#incremental-mode-for-dialyzer

Fixes #1443.

@plux plux merged commit c520791 into erlang-ls:main Dec 21, 2023
@plux
Copy link
Contributor

plux commented Dec 21, 2023

Thanks for your contribution @the-mikedavis !

@the-mikedavis the-mikedavis deleted the md-otp-26-dialyzer-changes branch December 21, 2023 13:25
shuying2244 pushed a commit to shuying2244/erlang_ls that referenced this pull request Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dialyzer issue on VS Code and Vim
2 participants