On 04/13, Stefan Beller wrote: > On Thu, Apr 13, 2017 at 11:31 AM, Jacob Keller <jacob.keller@xxxxxxxxx> wrote: > > Spinning out a process is one of the big downsides of working with > > submodules in our code. Unfortunately, spinning out a process is also > > one of the biggest ways we isolate submodules, and if we wanted to do > > this "in-process" we would need to add an abstraction layer that lets > > us handle submodules in-process in some clean way. > > Yeah if we had less globals and a repo struct (class) which we could > operate on, that would be bring in the abstractions that we'd need. Agreed, though we're probably pretty far from that becoming a reality. One day though! -- Brandon Williams