Re: [Development] char8_t summary?

2019-07-13 Thread Mutz, Marc via Development
On 2019-07-13 21:39, Volker Hilsheimer wrote: On 13 Jul 2019, at 13:41, Thiago Macieira wrote: On Friday, 12 July 2019 17:37:59 -03 Matthew Woehlke wrote: That said, I took a look at startsWith, and... surprise! It is *already a template*. So at least in that case, it isn't obvious why adding

Re: [Development] Gerrit very slow?

2019-07-13 Thread André Hartmann
Hi Christian, for me in Germany the web interface is slower than usual, but still useable. André On 14.07.19 04:07, Christian Gagneraud wrote: Hi there, Is it just me or code-review.qt-project.org is very slow? I have no problem with other web sites, but code-review keeps timing out? Anyone e

[Development] Gerrit very slow?

2019-07-13 Thread Christian Gagneraud
Hi there, Is it just me or code-review.qt-project.org is very slow? I have no problem with other web sites, but code-review keeps timing out? Anyone else has the same problem? Chris ___ Development mailing list Development@qt-project.org https://lists.q

Re: [Development] char8_t summary?

2019-07-13 Thread Volker Hilsheimer
> On 13 Jul 2019, at 13:41, Thiago Macieira wrote: > On Friday, 12 July 2019 17:37:59 -03 Matthew Woehlke wrote: >> That said, I took a look at startsWith, and... surprise! It is *already >> a template*. So at least in that case, it isn't obvious why adding more >> combinations would be so terribl

Re: [Development] char8_t summary?

2019-07-13 Thread Thiago Macieira
On Friday, 12 July 2019 17:37:59 -03 Matthew Woehlke wrote: > That said, I took a look at startsWith, and... surprise! It is *already > a template*. So at least in that case, it isn't obvious why adding more > combinations would be so terribly onerous. Again, note how the template implicitly assum

Re: [Development] char8_t summary?

2019-07-13 Thread Thiago Macieira
On Friday, 12 July 2019 12:27:58 -03 Matthew Woehlke wrote: > > And if we want to make use of the fact that a string > > is UTF-8, the templates won't work. > > Eh? char8_t is a detectable and distinct type. (Wasn't that the whole > point of this thread?) So is QUtf8String if such a thing were to