Re: [Development] Nominating Mikołaj Boć as approver

2022-12-22 Thread David Skoland via Development
+1 Aside from technical prowess, I found it easy to collaborate with Mikolaj to find good solutions. I’m confident he will use approver rights wisely. Disclaimer: we work in the same team. Cheers, David Skoland On 21 Dec 2022, at 22:50, Axel Spoerl via Development mailto:development@qt-projec

Re: [Development] Qt for WebAssembly feature freeze exceptions

2022-12-13 Thread David Skoland via Development
Hi, +1 to the emscripten upgrade. The upgrade is version 3.1.14 -> 3.1.27, which includes a number of fixes which are strongly desirable in 6.5. Cheers, David Skoland On 13 Dec 2022, at 11:14, Morten Sørvig via Development mailto:development@qt-project.org>> wrote: Hi all, We have two pendi

[Development] IMPORTANT: Gerrit host keys have changed

2022-11-08 Thread David Skoland via Development
Hi, This information was already published on this list, but it seems to have been missed by a handful of key players (possibly because it was only included in the Maintenance break email). Risking informing you all twice, I’ll reiterate the memo here. — IMPORTANT: Server host keys have been

Re: [Development] Bugfixing

2022-11-01 Thread David Skoland via Development
Hi, This looks like a pretty old bug. Did you manage to reproduce it on a more recent Qt version? The currently supported versions are 5.15 (LTS), 6.2 (LTS), 6.3 and 6.4. To submit a patch into the Qt project, you’ll have to go through a couple of steps described here: https://wiki.qt.io/Qt_Co

Re: [Development] Using '#pragma once' instead of include guards?

2022-10-13 Thread David Skoland via Development
Hi, Using #pragma once does make assumptions about filesystems and compilers, which in turn makes assumptions about how Qt is installed and included (and we’ve seen a handful of…. creative examples of both). This results in risk to developers who use Qt (many), which must be weighed against co