Re: [elixir-core:7415] [Proposal] Auto merge mix.lock when there are merge conflicts

2017-09-09 Thread Allen Madsen
Issue created here: https://github.com/elixir-lang/elixir/issues/6554 Allen Madsen http://www.allenmadsen.com On Sat, Sep 9, 2017 at 12:45 AM, José Valim wrote: > If we do the merging choosing the ones that match the current requirements > then it can work, yeah. Can you please open up an issue

Re: [elixir-core:7417] Re: [RFC] Introducing with

2017-09-09 Thread John Wahba
I took a bit of a different approach: instead of spawning new processes when all the conditiones match: I spawn them all as futures and they block until their dependent futures return: https://github.com/johnwahba/async_with https://github.com/johnwahba/async_with/blob/master/test/async_with_test