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

Plugin crashes due to undef on OTP26 or newer, dialyzer_plt:from_file/1 doesn't exist anymore. #64

Open
NelsonVides opened this issue Oct 9, 2024 · 1 comment

Comments

@NelsonVides
Copy link

rebar3_typer version

0.0.0

OS version

Macos 15.0.1.

Steps to reproduce

Just run on OTP26 or newer.

Current behavior

Fails entirely, as dialyzer_plt:from_file/1 does not exist anymore, and it's used here:

dialyzer_plt:from_file(PltFile).

Expected behavior

I wanted to add types, instead the plugin crashes 🥲

@elbrujohalcon
Copy link
Collaborator

Oh, no!!! I was expecting some changes from OTP26+… but… dialyzer_plt:from_file/1 will be sorely missed.
We need to do the yearly upgrade this project with the changes from Erlang/OTP but this year I've been a bit slow on open-source maintainance, in general. And the Erlang/OTP team has been quite fast in making changes 🎉

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

No branches or pull requests

2 participants