jeremyjh / dialyxir

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

Unknown error output requested issue submission #474

Closed connorjacobsen closed 1 year ago

connorjacobsen commented 1 year ago

Precheck

Environment

Current behavior

Unknown error occurred: %Protocol.UndefinedError{description: "", protocol: String.Chars, value: {21, 28}}

Legacy warning: /Users/connor/Code/my_app/deps/ctx/src/ctx.erl:21:28: Unknown type timer:time/0


Please file a bug in https://github.com/jeremyjh/dialyxir/issues with this message.

Unknown error occurred: %Protocol.UndefinedError{description: "", protocol: String.Chars, value: {21, 42}}

Legacy warning: /Users/connor/Code/my_app/deps/ctx/src/ctx.erl:21:42: Unknown type timer:time/0


done (warnings were emitted) Halting VM with exit status 2



### Expected behavior
I think it shouldn't be omitting this error.
connorjacobsen commented 1 year ago

Closing in favor of https://github.com/jeremyjh/dialyxir/issues/444, which is far better worked out than what I had been typing up.