[Development] Our CI is suffering from malfunctions currently

2020-06-23 Thread Tony Sarajärvi
Hi Yesterday our NFS server’s root partition got filled up by logs apparently. As we got everything fixed, it did not take long for it to start filling up again. Within ours it got filled up again. So, the CI is currently down until we fix things… Bear with us -Tony ___

Re: [Development] QAnyStringView

2020-06-23 Thread Thiago Macieira
On Tuesday, 23 June 2020 02:35:05 PDT Marc Mutz via Development wrote: > I have come to believe that QUtf8StringView without QAnyStringView won't > fly: Introducing QUtf8StringView without QAnyStringView will explode the > number of mixed-type operations we need to support. Hello Marc Thank you f

[Development] Qt Online Installer 4.0 pre-alpha released today

2020-06-23 Thread Tino Pyssysalo
Qt Online Instaler and Maintenance Tool 4.0 pre-alpha have been released today. In this release, the main effort has been in the CLI support development to provide users with an improved unattended installation experience. Please, read more in https://www.qt.io/blog/qt-online-installer-4.0-pre-a

Re: [Development] QAnyStringView

2020-06-23 Thread Marc Mutz via Development
On 2020-06-23 11:35, Marc Mutz via Development wrote: Thiago and Lars are meanwhile convinced that we need a QUtf8tringView, too. Lars sees some merit for low-level APIs, Thiago remains unconvinced. Sorry, that came out wrong. What I meant to write was: Thiago and Lars are meanwhile convinced

[Development] QAnyStringView

2020-06-23 Thread Marc Mutz via Development
Hi, I went to the drawing board and drew up a variant string view class. It's here: https://codereview.qt-project.org/c/qt/qtbase/+/301594 Here's why I think we need it. At the end of the email, I also suggest how we should go about introducing it into Qt. Thiago and Lars are meanwhile conv