You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a changed internal debugging format, OTP 21 does not support the OTP-19 style debug info. This causes a lot of errors about not found debug symbols when trying to use dialyzer in this constellation.
To actually make dialyzer happy again one needs to use an elixir that is compiled with OTP 20 at least.
The text was updated successfully, but these errors were encountered:
It seems that the problem comes from using the Precompiled release from Github instead of the custom-built versions in repo.hex.pm that were being used for 1.6.x (along with the 1.6.6-otp-21 style tags)
Due to a changed internal debugging format, OTP 21 does not support the OTP-19 style debug info. This causes a lot of errors about not found debug symbols when trying to use dialyzer in this constellation.
To actually make dialyzer happy again one needs to use an elixir that is compiled with OTP 20 at least.
The text was updated successfully, but these errors were encountered: