Re: [Development] Staging in qt5#dev is restricted to release team only

2023-09-19 Thread Jani Heikkinen via Development
Hi! Staging in qt5#dev is finally enabled for everyone again. Sorry that this took so long. br, Jani From: Development On Behalf Of Jani Heikkinen via Development Sent: torstai 31. elokuuta 2023 10.08 To: development@qt-project.org Subject: [Development] Staging in qt5#dev is restricted to

[Development] Meeting minutes from Qt Release Team meeting 19.09.2023

2023-09-19 Thread Jani Heikkinen via Development
Qt 6.5 status: - Branching from '6.5' to '6.5.3' is done - Target is to release Qt 6.5.3 Wed 27th of September * Release content will be frozen latest Friday 22nd of September Qt 6.6 status: - Qt 6.6.0 Beta4 is released - Branching from '6.6' to '6.6.0' is done & RC preparations are

Re: [Development] C++20 comparisons @ Qt (was: Re: C++20 @ Qt)

2023-09-19 Thread Marc Mutz via Development
On 19.09.23 15:09, Volker Hilsheimer wrote: [...] > What Thiago wrote makes sense to me: > >> On 31 Jul 2023, at 17:23, Thiago Macieira wrote: > >> I'm not saying we have to. I'm saying that we should provide as API for our >> comparable types: >> * compare() >> * equals() >> * operators >> >>

Re: [Development] C++20 comparisons @ Qt (was: Re: C++20 @ Qt)

2023-09-19 Thread Volker Hilsheimer via Development
> On 18 Sep 2023, at 14:46, Marc Mutz via Development > wrote: > > TL;DR: "a" must not be a name of an existing function in Qt. > > On 18.09.23 10:15, Ivan Solovev via Development wrote: >> Hi, >> >>> 1. an ADL-able calling convention: `using std::swap; swap(lhs, rhs);` >>> 2. an