-
Notifications
You must be signed in to change notification settings - Fork 196
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
Warn if OTP compiled without doc chunks #751
Comments
@ajayvigneshk can you include error log? |
@lukaszsamson I've it posted on the original post in an expandable section ("full failure log") |
As another data point, I'm getting the exact same failures on an intel mac with elixir 1.13.4-otp-24 and erlang 24.3.4. |
Sorry, I didn't notice it. It looks like the OTP installation is missing EIP 48 documentation chunks. I don't know about other means but if you are building OTP from the source (e.g. with asdf/kerl) you need to set environment variable On the elixir_sense side it may be worth to raise warning in that case. |
I currently use a Mac M1 machine with
erlang: 24.2
elixir: 1.13.3-otp-24
When I run
mix test
I get failures on sections(mostly) likeFull failure log
Is there something I'm missing in setup / configuration? If this is expected is there a easy way to run tests locally?
The text was updated successfully, but these errors were encountered: