Re: [Development] What's Q_PRIMITIVE_TYPE for?

2020-11-10 Thread Giuseppe D'Angelo via Development
Hi! On 10/11/2020 18:27, Andrei Golubev wrote: There's another subtle case when your type has in-class member initializers - or whatever the name is - thus it's not primitive but it really could/should be and you want it to be: https://gcc.godbolt.org/z/3TP83f. This is something I accidental

Re: [Development] What's Q_PRIMITIVE_TYPE for?

2020-11-10 Thread Andrei Golubev
Hello, There's another subtle case when your type has in-class member initializers - or whatever the name is - thus it's not primitive but it really could/should be and you want it to be: https://gcc.godbolt.org/z/3TP83f. This is something I accidentally discovered. And I don't think that comp

[Development] VSCode plugin for QBS is ready to use

2020-11-10 Thread Denis Shienkov
Hi all, the QBS plugin v0.0.8 right now is ready to use, and has been added to the VSCode Market: * https://marketplace.visualstudio.com/items?itemName=qbs-community.qbs-tools enjoy )) BR, Denis ___ Development mailing list Development@qt-projec

Re: [Development] QUIP-0018: Implementing Value Types in Qt

2020-11-10 Thread Giuseppe D'Angelo via Development
On 10/11/2020 08:55, Jason McDonald wrote: Hi Giuseppe, It seems that there is a clash in the quip numbers.  There is also a pending QUIP-18 at https://codereview.qt-project.org/c/meta/quips/+/319248. My bad, I'll bump to 19. Thanks, -- Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senio

[Development] Qt 6.0 Beta4 is out

2020-11-10 Thread Jani Heikkinen
Hi Everyone, We have published Qt 6.0 Beta4 today. You can update it to the existing online installation by using the maintenance tool or use the qt online installer to do a new installation. src packages are available in the qtaccount and in the download.qt.io as well. Delta to the beta3 atta

Re: [Development] QUIP-0018: Implementing Value Types in Qt

2020-11-10 Thread Volker Hilsheimer
> On 9 Nov 2020, at 22:45, Giuseppe D'Angelo via Development > wrote: > > Hi, > > To avoid repeating myself a bit too often in code reviews, I've put together > some notes in a QUIP (18), available here > > https://codereview.qt-project.org/c/meta/quips/+/321050 > > The latest pre-rendered d