Closed GregMefford closed 6 years ago
This change allows the Elixir 1.5-style built-in GenServer.child_spec to work, because it passes in an empty list instead of no parameters to the start_link by default.
GenServer.child_spec
start_link
https://elixir-lang.org/blog/2017/07/25/elixir-v1-5-0-released/#streamlined-child-specs
This change allows the Elixir 1.5-style built-in
GenServer.child_spec
to work, because it passes in an empty list instead of no parameters to thestart_link
by default.https://elixir-lang.org/blog/2017/07/25/elixir-v1-5-0-released/#streamlined-child-specs