Re: FYI: adding libclang as a build-time dependency

2016-11-01 Thread Bobby Holley
On Tue, Nov 1, 2016 at 11:18 AM, Gregory Szorc wrote: > On Fri, Oct 28, 2016 at 3:04 AM, Xidorn Quan > wrote: > >> On Friday, October 28, 2016 at 1:57:39 PM UTC+11, Bobby Holley wrote: >> > On Thu, Oct 27, 2016 at 7:45 PM, Mike Hommey wrote: >> > >> > >> > On Thu, Oct 27, 2016 at 07:38:27PM -07

Re: FYI: adding libclang as a build-time dependency

2016-11-01 Thread Gregory Szorc
On Fri, Oct 28, 2016 at 3:04 AM, Xidorn Quan wrote: > On Friday, October 28, 2016 at 1:57:39 PM UTC+11, Bobby Holley wrote: > > On Thu, Oct 27, 2016 at 7:45 PM, Mike Hommey wrote: > > > > > > On Thu, Oct 27, 2016 at 07:38:27PM -0700, Bobby Holley wrote: > > > > > On Thu, Oct 27, 2016 at 7:21 PM,

Re: FYI: adding libclang as a build-time dependency

2016-10-28 Thread Bobby Holley
On Thu, Oct 27, 2016 at 11:15 PM, Sylvestre Ledru wrote: > Following Clang upstream changes is not a trivial thing, what is the plan? > Support the last two upstream releases? > So far we need 3.8+ on mac/linux and 3.9+ on windows. I'm not aware of any reason (so far) why we would add more restri

Re: FYI: adding libclang as a build-time dependency

2016-10-28 Thread Xidorn Quan
On Friday, October 28, 2016 at 1:57:39 PM UTC+11, Bobby Holley wrote: > On Thu, Oct 27, 2016 at 7:45 PM, Mike Hommey wrote: > > > On Thu, Oct 27, 2016 at 07:38:27PM -0700, Bobby Holley wrote: > > > On Thu, Oct 27, 2016 at 7:21 PM, Mike Hommey wrote: > > > > > > > On Thu, Oct 27, 2016 at 07:1

Re: FYI: adding libclang as a build-time dependency

2016-10-27 Thread Sylvestre Ledru
Following Clang upstream changes is not a trivial thing, what is the plan? Support the last two upstream releases? Thanks Le 28 oct. 2016 01:35, "Chris Peterson" a écrit : > The Stylo team would like to make libclang a build-time dependency so we > can generate C++/Rust bindings as part of the l

Re: FYI: adding libclang as a build-time dependency

2016-10-27 Thread Bobby Holley
On Thu, Oct 27, 2016 at 7:45 PM, Mike Hommey wrote: > On Thu, Oct 27, 2016 at 07:38:27PM -0700, Bobby Holley wrote: > > On Thu, Oct 27, 2016 at 7:21 PM, Mike Hommey wrote: > > > > > On Thu, Oct 27, 2016 at 07:11:10PM -0700, bobbyhol...@gmail.com wrote: > > > > On Thursday, October 27, 2016 at 4:

Re: FYI: adding libclang as a build-time dependency

2016-10-27 Thread Mike Hommey
On Thu, Oct 27, 2016 at 07:38:27PM -0700, Bobby Holley wrote: > On Thu, Oct 27, 2016 at 7:21 PM, Mike Hommey wrote: > > > On Thu, Oct 27, 2016 at 07:11:10PM -0700, bobbyhol...@gmail.com wrote: > > > On Thursday, October 27, 2016 at 4:41:30 PM UTC-7, Nathan Froyd wrote: > > > > On Thu, Oct 27, 201

Re: FYI: adding libclang as a build-time dependency

2016-10-27 Thread Bobby Holley
On Thu, Oct 27, 2016 at 7:21 PM, Mike Hommey wrote: > On Thu, Oct 27, 2016 at 07:11:10PM -0700, bobbyhol...@gmail.com wrote: > > On Thursday, October 27, 2016 at 4:41:30 PM UTC-7, Nathan Froyd wrote: > > > On Thu, Oct 27, 2016 at 7:31 PM, Chris Peterson > > > wrote: > > > > The Stylo team would

Re: FYI: adding libclang as a build-time dependency

2016-10-27 Thread Mike Hommey
On Thu, Oct 27, 2016 at 07:11:10PM -0700, bobbyhol...@gmail.com wrote: > On Thursday, October 27, 2016 at 4:41:30 PM UTC-7, Nathan Froyd wrote: > > On Thu, Oct 27, 2016 at 7:31 PM, Chris Peterson > > wrote: > > > The Stylo team would like to make libclang a build-time dependency > > > so we can ge

Re: FYI: adding libclang as a build-time dependency

2016-10-27 Thread bobbyholley
On Thursday, October 27, 2016 at 4:41:30 PM UTC-7, Nathan Froyd wrote: > On Thu, Oct 27, 2016 at 7:31 PM, Chris Peterson wrote: > > The Stylo team would like to make libclang a build-time dependency so we can > > generate C++/Rust bindings as part of the local build. > > What is the benefit of do

Re: FYI: adding libclang as a build-time dependency

2016-10-27 Thread Nathan Froyd
On Thu, Oct 27, 2016 at 7:31 PM, Chris Peterson wrote: > The Stylo team would like to make libclang a build-time dependency so we can > generate C++/Rust bindings as part of the local build. What is the benefit of doing this, especially for people not working on Stylo? -Nathan __

FYI: adding libclang as a build-time dependency

2016-10-27 Thread Chris Peterson
The Stylo team would like to make libclang a build-time dependency so we can generate C++/Rust bindings as part of the local build. We need libclang 3.8+ on Mac and Linux and libclang 3.9+ on Windows. This is Build Config bug 1310852. ___ dev-builds m