I had since learned that shelljs is used for other things. That's fine,
it's not hurting anything unless we use synchronous exec.

Braden


On Fri, Sep 27, 2013 at 12:47 PM, Andrew Grieve <agri...@chromium.org>wrote:

> SGTM. shelljs is used for other things though, so we won't be able to get
> rid of it.
>
>
> On Fri, Sep 27, 2013 at 4:13 PM, Braden Shepherdson <bra...@chromium.org
> >wrote:
>
> > The Android platform scripts use shelljs.exec's synchronous mode. This
> is a
> > terrible hack that leaks filehandles by the hundred, wastes lots of CPU
> > cycles, and can cause EMFILE on OSX because it runs out of filehandles.
> >
> > I wanted to rewrite the scripts to be async and use child_process.exec or
> > .spawn. I started to, but rapidly found that the tangle of callbacks that
> > resulted was terrible and confusing.
> >
> > I propose using Q.js here as well (and dropping shelljs as a dependency,
> if
> > it was only ever used for .exec).
> >
> > Any objections?
> >
> > Braden
> >
>

Reply via email to