[Development] Qt 5.5.0 header diff: QtDeclarative.diff

Alan Alpert 416365416c at gmail.com
Tue Jun 9 22:38:43 CEST 2015


I started working on something that would diff QML API changes a while
ago: https://codereview.qt-project.org/#/c/52625/

It's a little tricky, but it basically is just diffing the
plugins.qmltypes files. After regenerating them and having old "full"
copies because of the manual editing that occurs sometimes. And you
need to diff the parsed tree because the order of lines changes
sometimes. But I suppose the biggest hurdle to getting that tool in is
that I wanted it to run as an autotest and fail if new symbols appear
which aren't properly versioned (a little more work than just listing
changes).

--
Alan Alpert

On Sat, Jun 6, 2015 at 2:23 AM, Liang Qi <cavendish.qi at gmail.com> wrote:
> On 6 June 2015 at 10:52, Allan Sandfeld Jensen <kde at carewolf.com> wrote:
>>
>> On Friday 05 June 2015, Frederik Gladhorn wrote:
>> >
>>
>> Would there be any way to generate diffs or changes for QML APIs?
>
>
> Perhaps a diff for all plugins.qmltypes files? But I guess that not all were
> updated yet.
>
> --
> http://www.qiliang.net
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>



More information about the Development mailing list