Re: [PATCH v3 1/4] change mozjs interface module to c++

2016-12-12 Thread Colin Walters
On Mon, Dec 12, 2016, at 11:08 AM, Jeremy Linton wrote: > > Yes, moving forward to mozjs24 remains a good medium term plan. Primary > because js 1.8.5 and mozjs17 need to go. I suspect the gjs -> mozj24 dependency has driven it into most distributions now, and what gjs does (and for that matter

Re: [PATCH v3 1/4] change mozjs interface module to c++

2016-12-12 Thread Jeremy Linton
Hi, On 12/12/2016 09:57 AM, Colin Walters wrote: On Mon, Dec 12, 2016, at 10:48 AM, Jeremy Linton wrote: Hi, On 12/12/2016 09:18 AM, Colin Walters wrote: On Fri, Aug 26, 2016, at 02:01 PM, Jeremy Linton wrote: The JSAPI is now a full C++ interface. Convert the polkit to JavaScript interfac

Re: [PATCH v3 1/4] change mozjs interface module to c++

2016-12-12 Thread Jeremy Linton
Hi, On 12/12/2016 10:00 AM, Colin Walters wrote: On Mon, Dec 12, 2016, at 10:48 AM, Jeremy Linton wrote: Hi, On 12/12/2016 09:18 AM, Colin Walters wrote: On Fri, Aug 26, 2016, at 02:01 PM, Jeremy Linton wrote: The JSAPI is now a full C++ interface. Convert the polkit to JavaScript interfac

Re: [PATCH v3 1/4] change mozjs interface module to c++

2016-12-12 Thread Colin Walters
On Mon, Dec 12, 2016, at 10:48 AM, Jeremy Linton wrote: > Hi, > > On 12/12/2016 09:18 AM, Colin Walters wrote: > > On Fri, Aug 26, 2016, at 02:01 PM, Jeremy Linton wrote: > >> The JSAPI is now a full C++ interface. Convert the polkit > >> to JavaScript interface module to C++ compilation in orde

Re: [PATCH v3 1/4] change mozjs interface module to c++

2016-12-12 Thread Colin Walters
On Mon, Dec 12, 2016, at 10:48 AM, Jeremy Linton wrote: > Hi, > > On 12/12/2016 09:18 AM, Colin Walters wrote: > > On Fri, Aug 26, 2016, at 02:01 PM, Jeremy Linton wrote: > >> The JSAPI is now a full C++ interface. Convert the polkit > >> to JavaScript interface module to C++ compilation in orde

Re: [PATCH v3 1/4] change mozjs interface module to c++

2016-12-12 Thread Jeremy Linton
Hi, On 12/12/2016 09:18 AM, Colin Walters wrote: On Fri, Aug 26, 2016, at 02:01 PM, Jeremy Linton wrote: The JSAPI is now a full C++ interface. Convert the polkit to JavaScript interface module to C++ compilation in order to support newer versions of spidermonkey. Ok, https://bugs.freedesktop

Re: [PATCH v3 1/4] change mozjs interface module to c++

2016-12-12 Thread Colin Walters
On Fri, Aug 26, 2016, at 02:01 PM, Jeremy Linton wrote: > The JSAPI is now a full C++ interface. Convert the polkit > to JavaScript interface module to C++ compilation in order to > support newer versions of spidermonkey. Ok, https://bugs.freedesktop.org/show_bug.cgi?id=97763 was fixed, so I went