Re: Python configure: status and discussing improvements

2016-08-22 Thread Gregory Szorc
On Wed, Aug 17, 2016 at 2:48 AM, Ted Mielczarek wrote: > On Wed, Aug 17, 2016, at 05:29 AM, Mike Hommey wrote: > > Partly related, there's another one: > > - there are optional parts of moz.configure that are completely unknown > > when they are not included. This can complicate things in some

Re: Python configure: status and discussing improvements

2016-08-18 Thread Mike Hommey
On Thu, Aug 18, 2016 at 10:22:24AM -0700, Christopher Manchester wrote: > On Mon, Aug 15, 2016 at 11:51 PM, Mike Hommey wrote: > > > Hi, > > > > It's almost been 6 months since bug 1250294 landed, initiating the long > > and slow move off autoconf. > > > > Where are we, 6 months later? While ther

Re: Python configure: status and discussing improvements

2016-08-18 Thread Christopher Manchester
On Wed, Aug 17, 2016 at 2:29 AM, Mike Hommey wrote: > On Tue, Aug 16, 2016 at 03:51:51PM +0900, Mike Hommey wrote: > > Here's my own list of things that I find suboptimal, with suggestions > > when I have some. > > - I'm trying to enforce separation of concerns between generic things, > > app-s

Re: Python configure: status and discussing improvements

2016-08-18 Thread Christopher Manchester
On Mon, Aug 15, 2016 at 11:51 PM, Mike Hommey wrote: > Hi, > > It's almost been 6 months since bug 1250294 landed, initiating the long > and slow move off autoconf. > > Where are we, 6 months later? While there hasn't been constant progress > in the migration (we've all been busy with other thing

Re: Python configure: status and discussing improvements

2016-08-17 Thread Ted Mielczarek
On Wed, Aug 17, 2016, at 05:29 AM, Mike Hommey wrote: > Partly related, there's another one: > - there are optional parts of moz.configure that are completely unknown > when they are not included. This can complicate things in some cases. > See for example extra_toolchain_flags. IIRC, there are

Re: Python configure: status and discussing improvements

2016-08-17 Thread Mike Hommey
On Tue, Aug 16, 2016 at 03:51:51PM +0900, Mike Hommey wrote: > Here's my own list of things that I find suboptimal, with suggestions > when I have some. > - I'm trying to enforce separation of concerns between generic things, > app-specific things and toolkit-specific things. This is something >