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
Ok, I understand what happened here. Older versions of Elixir allowed the last argument to be a list of terms. That's no longer the case. This breaks dialyzer on recent version of Elixir.
In
Ace.HTTP2.Connection
there is a call to Supervisor.start_child/2 that doesn't have a child spec as the second argument.https://github.com/CrowdHailer/Ace/blob/master/lib/ace/http2/connection.ex#L751
I am not sure what it's trying to do or how it could work.
The text was updated successfully, but these errors were encountered: