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

Upgrade dialyzer for Elixir 1.16 #650

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

scottming
Copy link
Collaborator

When I develop locally with Elixir 1.16, I often encounter this error. Upgrading can solve this problem.

~/Code/lexical rename-module-v2 +3 !1 ❯ mix dialyzer                                     21h 8m 13s   25.3.2.7  1.16.0-otp-25
DEPENDENCY MISSING
------------------------
If you are reading this message, then Elixir and Erlang are installed but the
Erlang Dialyzer is not available. Probably this is because you installed Erlang
with your OS package manager and the Dialyzer package is separate.

On Debian/Ubuntu:

  `apt-get install erlang-dialyzer`

Fedora:

   `yum install erlang-dialyzer`

Arch and Homebrew include Dialyzer in their base erlang packages. Please report a Github
issue to add or correct distribution-specific information.

@scottming scottming requested a review from scohen March 17, 2024 07:48
@scohen scohen merged commit 2178b4b into lexical-lsp:main Mar 18, 2024
9 checks passed
@scottming scottming deleted the upgrade-dialyzer branch April 6, 2024 01:36
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.

2 participants