We've discussed starting a release cycle and agreed, but it hasn't happened yet.

On Tue, Jul 16, 2019 at 6:31 AM Christofer Dutz
<christofer.d...@c-ware.de> wrote:
>
> Ah ok....
>
> In that case we'll leave thrift out of the cpp part till that version is 
> released. We don't want to introduce dependencies to unreleased stuff.
>
> Do you have an idea to when 0.13.0 will be released?
>
> Chris
>
> Holen Sie sichOutlook für Android<https://aka.ms/ghei36>
>
> ________________________________
> From: James E. King III <jk...@apache.org>
> Sent: Tuesday, July 16, 2019 12:57:27 AM
> To: dev@thrift.apache.org
> Subject: Re: Using Thrift 0.12.0 generated code with Boost 1.70.0?
>
> Those boost predef deprecation fixes would be in master, and will be
> in 0.13.0 when it is released.
> In this project master accumulates changes between releases, then we
> tag and release.
>
> - Jim
>
> On Mon, Jul 15, 2019 at 6:52 PM Christofer Dutz
> <christofer.d...@c-ware.de> wrote:
> >
> > Hi Jim,
> >
> > Is there any released version which contains these fixes? Cause I thought 
> > 0.12.0 is the latest one and that's the one I'm using. Or were the changes 
> > you are referring to merged to master without a release?
> >
> > Chris
> >
> > Holen Sie sichOutlook für Android<https://aka.ms/ghei36>
> >
> > ________________________________
> > From: James E. King III <jk...@apache.org>
> > Sent: Monday, July 15, 2019 2:27:27 PM
> > To: dev@thrift.apache.org
> > Subject: Re: Using Thrift 0.12.0 generated code with Boost 1.70.0?
> >
> > Have you tried the master branch of thrift?
> > As far as I know the boost/predef deprecation warnings were resolved
> > since 0.12.0 was released.
> >
> > I found some openssl deprecations as well, I will submit a PR to clean
> > that up in a backwards-compatible way.
> >
> > It also sounds like you are building with "warnings as errors".
> > We do not currently do that.
> >
> > - Jim
> >
> > On Sun, Jul 14, 2019 at 5:14 PM Christofer Dutz
> > <christofer.d...@c-ware.de> wrote:
> > >
> > > Hi all,
> > >
> > > we are currently working hard on using Thrift in the Apache PLC4X 
> > > project. While it took quite a lot of time to fix all the problems with 
> > > building thrift and boost in our project.
> > > Now I’m having problems building c++ thrift code. I guess the issue is 
> > > that we’re using Boost 1.70.0 and there seem to be issues with Thrift 
> > > using some deprecated boost features (usage of some BOOST_*_ENDIANES 
> > > constants).
> > >
> > > Is a Boost 1.70.0 compatible version of Thrift going to be released soon 
> > > or is there a way to avoid the build from failing due to these 
> > > deprecation errors?
> > >
> > > Help greatly appreciated. Till we can sort this out we’ll just disable 
> > > the proxy driver in C++ (A PLC4X driver using Thrift to talk to a proxy 
> > > server)
> > >
> > > Chris

Reply via email to