jeremyjh / dialyxir

Mix tasks to simplify use of Dialyzer in Elixir projects.
Apache License 2.0
1.69k stars 141 forks source link

Line numbers broken on 1.12 with erlang 24 #430

Closed michaelst closed 3 years ago

michaelst commented 3 years ago

Environment

We intentionally created other unmatched_return errors and they all show up as line 0.

Expected behavior

jeremyjh commented 3 years ago

This is an upstream issue, the next Erlang patch should fix it I think: https://github.com/erlang/otp/pull/4890