-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
erts
application not found on master
#12431
Comments
Hi @jeremyjh, thank you for the report!
|
PR sent here: jeremyjh/dialyxir#479 Note I didn't test it. :) |
Thanks! I also needed to add |
you should not need to add erts to extra applications. but note that prettyptr is not an application. |
If I do not add
And then I get all kinds of dialyzer errors on those functions:
|
Hrm, interesting. So yeah, ship it. :) |
Elixir and Erlang/OTP versions
elixir --version
Erlang/OTP 25 [erts-13.1.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit:ns]
Elixir 1.15.0-dev (1324ca7) (compiled with Erlang/OTP 24)
Operating system
MacOS
Current behavior
I get an error about not being able to find
erts
application and core Erlang modules are missing:This was originally reported in jeremyjh/dialyxir#478
Expected behavior
With the same version of OTP in Elixir 1.14.3 I get the expected output:
The text was updated successfully, but these errors were encountered: