On 23 Feb 2017, 10:37 +0100, José Valim <[email protected]>, wrote:
> > To be clear, I agree we would be able to remove start_link from *your > > codebase*. However, you can't remove it from Supervisor, GenServer and > > friends because there are many situations you would still need them (for > > example, to start a Supervisor in IEx that will allow you to start a given > > child_spec. > > Oh, yes. I think it's fine to keep start_link on the behaviours. My aim was to remove it from callback modules exclusively. I also understand the issue with supervisors better now, and I see where is the issue - but I think this affects both the original proposal and my modified proposal in a similar way. -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/8446b09b-9a7d-43ed-a1fc-22db3626a448%40Spark. For more options, visit https://groups.google.com/d/optout.
