[Development] Gerrit is going down now for scheduled maintenance

2019-05-19 Thread Jukka Jokiniva
Dear all, effective immediately, we are taking Gerrit offline for scheduled maintenance. Please refer to the public wiki for further information, https://wiki.qt.io/Gerrit_Upgrade_2019. AFFECTED SYSTEMS * Gerrit Code Review (http://codereview.qt-project.org) * COIN DATE AND TIME Monday,

[Development] CI is down

2019-05-19 Thread Heikki Halmet
Hi, CI environment is currently broken. We don't know exact problem yet. Hopefully we have more answers tomorrow. Ystävällisin terveisin / Kind regards, Heikki Halmet Software Engineer | CI Lead Release and Test Automation | CI Team The Qt Company | Finland | Oulu __

Re: [Development] Gerrit: Scheduled maintenance 20 May 2019

2019-05-19 Thread Frederik Gladhorn
Hi, Staging for everything will now be disabled. Fingers crossed that tomorrow's Gerrit upgrade works nicely. Greetings, Frederik From: Development on behalf of Jukka Jokiniva Sent: Friday, May 17, 2019 9:34 To: development@qt-project.org Subject: [Development

Re: [Development] What's the status of a moved-from object?

2019-05-19 Thread Thiago Macieira
On Sunday, 19 May 2019 05:24:14 PDT Giuseppe D'Angelo via Development wrote: > Hence, I'll ask here: what should the status of a moved-from object be? > I'm not really interested in _how_ to achieve such status (although of > course it's very important, and should influence the decision); I'm > int

[Development] What's the status of a moved-from object?

2019-05-19 Thread Giuseppe D'Angelo via Development
Hi, I'm trying to find a resolution for https://codereview.qt-project.org/#/c/261564/ TL;DR: the patch removes the move constructor from QColorSpace, because that move constructor leaves the moved-from object in a partially-formed state. I have nothing against that idea (on the contrary),