jeremyjh / dialyxir

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

Failed to parse warning #419

Closed bnisbett closed 3 years ago

bnisbett commented 3 years ago

Environment

Current behavior

Failed to parse warning: [<: 1, >: 1]

Legacy warning: test/support/factory.ex:16: The pattern <> can never match since previous clauses completely covered the type <>

`mix dialyzer --format raw` output:

{:warn_matching, {'test/support/factory.ex', 16}, {:pattern_match_cov, ['pattern <>', '<>']}}