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

2017-05-08 Thread Michal Klocek
r Michal From: Development on behalf of Thiago Macieira Sent: Monday, May 8, 2017 9:03 AM To: development@qt-project.org Subject: Re: [Development] abi breakage for qtwebengine libraries in 5.9 On Sunday, 7 May 2017 23:38:33 PDT Lars Knoll wrote: > Hi, > > why

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 them,

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 stop

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

2017-05-07 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. C

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 is

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. >> >>  https://bugreports.qt.io/browse/QTB

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, unfortunately

[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 q