Re: [Development] abi breakage for qtwebengine libraries in 5.9

2017-05-08 Thread Michal Klocek
From: Development <development-bounces+michal.klocek=qt...@qt-project.org> on behalf of Thiago Macieira <thiago.macie...@intel.com> Sent: Monday, May 8, 2017 9:03 AM To: development@qt-project.org Subject: Re: [Development] abi breakage for qtwebengine libr

Re: [Development] abi breakage for qtwebengine libraries in 5.9

2017-05-08 Thread Allan Sandfeld Jensen
On Monday 08 May 2017, Lars Knoll wrote: > Hi, > > why can't we just keep these symbols around without exporting them through > a header file and make them simply forward to the global new/delete > operators? If we don't export them in a header at least newly compiled > code would stop using

Re: [Development] abi breakage for qtwebengine libraries in 5.9

2017-05-08 Thread Thiago Macieira
On Sunday, 7 May 2017 23:38:33 PDT Lars Knoll wrote: > Hi, > > why can't we just keep these symbols around without exporting them through a > header file and make them simply forward to the global new/delete > operators? If we don't export them in a header at least newly compiled code > would

Re: [Development] abi breakage for qtwebengine libraries in 5.9

2017-05-08 Thread Lars Knoll
Hi, why can't we just keep these symbols around without exporting them through a header file and make them simply forward to the global new/delete operators? If we don't export them in a header at least newly compiled code would stop using them, and old code would continue working like that.

Re: [Development] abi breakage for qtwebengine libraries in 5.9

2017-05-05 Thread Allan Sandfeld Jensen
On Friday 05 May 2017, Michal Klocek wrote: > Hi > > With 5.8.0 we released web engine libs which export operator new , new[] > , delete, delete[] globally, unfortunately the issue was not spotted in > time. > > https://bugreports.qt.io/browse/QTBUG-60565 > > With 5.9.0 we plan to correct the

Re: [Development] abi breakage for qtwebengine libraries in 5.9

2017-05-05 Thread Konstantin Tokarev
05.05.2017, 13:29, "Sergio Martins" : > On 2017-05-05 11:00, Michal Klocek wrote: >>  Hi >> >>  With 5.8.0 we released web engine libs which export operator new , >>  new[] , delete, delete[] globally, unfortunately the issue was not >>  spotted in time. >> >>  

Re: [Development] abi breakage for qtwebengine libraries in 5.9

2017-05-05 Thread Sergio Martins
On 2017-05-05 11:00, Michal Klocek wrote: Hi With 5.8.0 we released web engine libs which export operator new , new[] , delete, delete[] globally, unfortunately the issue was not spotted in time. https://bugreports.qt.io/browse/QTBUG-60565 With 5.9.0 we plan to correct the issue,

[Development] abi breakage for qtwebengine libraries in 5.9

2017-05-05 Thread Michal Klocek
Hi With 5.8.0 we released web engine libs which export operator new , new[] , delete, delete[] globally, unfortunately the issue was not spotted in time. https://bugreports.qt.io/browse/QTBUG-60565 With 5.9.0 we plan to correct the issue, unfortunately everything which was compiled against