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
I strongly suspect that it's due to the fact that the "line number" in Erlang BEAM files now contains the column number (cf erlang-lager/lager#558), and this is tripping dialyxir up.
If I use --format raw, I don't get the error. If I use --format short, I see lib/dialyxir/formatter.ex:73: Dialyxir.Formatter.format_warning/2 in the stack trace.
The text was updated successfully, but these errors were encountered:
Precheck
Environment
Elixir & Erlang/OTP versions (elixir --version): 1.12.3 / OTP-24.0.6
Which version of Dialyxir are you using? (cat mix.lock | grep dialyxir): 1.0.0 (also fails with 1.1.0)
Current behavior
Running
mix dialyze
on a combined Erlang and Elixir project, I get the following error on my Erlang modules:I strongly suspect that it's due to the fact that the "line number" in Erlang BEAM files now contains the column number (cf erlang-lager/lager#558), and this is tripping dialyxir up.
If I use
--format raw
, I don't get the error. If I use--format short
, I seelib/dialyxir/formatter.ex:73: Dialyxir.Formatter.format_warning/2
in the stack trace.The text was updated successfully, but these errors were encountered: