[Development] Binary compatibility for qtestlib

Hausmann Simon Simon.Hausmann at theqtcompany.com
Wed May 20 16:13:30 CEST 2015


Okay, thanks - that sounds good to me. The change in particular that I was thinking of is

‎https://codereview.qt-project.org/#/c/112690/

It could be done without breaking BC but it's easier if we can :)


Simon

From: Jason McDonald
Sent: Wednesday, May 20, 2015 13:27
To: Hausmann Simon
Cc: development at qt-project.org
Subject: Re: [Development] Binary compatibility for qtestlib


On Wed, May 20, 2015 at 9:16 PM, Hausmann Simon <Simon.Hausmann at theqtcompany.com<mailto:Simon.Hausmann at theqtcompany.com>> wrote:
‎Hi,

Lately development of testlib picked up again and I've been wondering: the api consists of a fair amount of macros that call "internal" functions. It would be convenient to change the signature of those while maintaining source compatibility, however it would naturally break the ABI.

On the one hand testlib is certainly not relevant for app deployment, otoh it is part of binary Qt distributions.

So do we maintain binary compatibility for testlib‎?


In the past we haven't tried to maintain binary compatibility for testlib, on the premise that tests generally don't get deployed to production systems and that binary compatibility can sometimes be an impediment to innovation.  This is a decision made long, long ago (it was already well established when I joined Trolltech in 2005).  If the premise is no longer valid, we can revisit it.

Cheers,
--
Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20150520/84b00c77/attachment.html>


More information about the Development mailing list