jeremyjh / dialyxir

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

Remove nesting from warning and do not return self() on start #402

Closed josevalim closed 4 years ago

josevalim commented 4 years ago

Erlang/OTP requires a separate supervisor process to be returned from the start/2 callback. Otherwise this may cause issues in tools like Observer, LiveDashboard, etc.

jeremyjh commented 4 years ago

Thanks!