Re: [Development] unable to use lupdate(qt tools) in yocto sdk due to incorrect paths

2023-06-03 Thread Lisandro Damián Nicanor Pérez Meyer
Hi, On Fri, 2 Jun 2023 at 06:24, arslan.ahmad--- via Development wrote: > > > Changing Prefix to be a relative path would then break all qmake builds. > > do you see any possible workaround for this? Switching to CMake should do the trick I guess. -- Development mailing list Development@qt-pro

Re: [Development] Requesting feature freeze exception to container-assign epic

2023-06-03 Thread Thiago Macieira
On Saturday, 3 June 2023 02:54:49 PDT Marc Mutz via Development wrote: > The container-assign epic is partially merged. What's left is > QString::assign(), and there only the assign(it, it) part. If we release > as-is (with step 1, cf. below), there's a gap in the QString::assign() > overload set v

Re: [Development] QPair vs std::pair difference with narrowing conversion

2023-06-03 Thread Elvis Stansvik
Den lör 3 juni 2023 kl 15:08 skrev Giuseppe D'Angelo : > > > > Il sab 3 giu 2023, 14:37 Elvis Stansvik ha scritto: >> >> Hi all, >> >> I was going through some legacy code and came across a behavioral >> difference between QPair and std::pair: >> >> estan@edison:~$ cat test.cpp >> #include >> #in

Re: [Development] QPair vs std::pair difference with narrowing conversion

2023-06-03 Thread Giuseppe D'Angelo
Il sab 3 giu 2023, 14:37 Elvis Stansvik ha scritto: > Hi all, > > I was going through some legacy code and came across a behavioral > difference between QPair and std::pair: > > estan@edison:~$ cat test.cpp > #include > #include > > int main(void) { >int i = 1; >QPair{i, i}; >std::p

[Development] QPair vs std::pair difference with narrowing conversion

2023-06-03 Thread Elvis Stansvik
Hi all, I was going through some legacy code and came across a behavioral difference between QPair and std::pair: estan@edison:~$ cat test.cpp #include #include int main(void) { int i = 1; QPair{i, i}; std::pair{i, i}; return 0; } estan@edison:~$ g++ -isystem /usr/include/x86_64-li

[Development] Requesting feature freeze exception to container-assign epic

2023-06-03 Thread Marc Mutz via Development
Hi, The container-assign epic is partially merged. What's left is QString::assign(), and there only the assign(it, it) part. If we release as-is (with step 1, cf. below), there's a gap in the QString::assign() overload set vis-a-vis all other container classes (Qt or STL). The QString::assign(