Re: ctests failing on current master

2024-09-11 Thread Kornel Benko
Am Tue, 10 Sep 2024 11:34:38 +0200 schrieb Scott Kostyshak : > On Mon, Sep 09, 2024 at 06:43:30PM GMT, Kornel Benko wrote: > > Am Mon, 9 Sep 2024 17:36:01 +0200 > > schrieb Scott Kostyshak : > > > > > On Mon, Sep 09, 2024 at 04:55:24PM GMT, Jürgen Spitzmüller wrote: > > > > Am Sonntag, dem 08

Re: ctests failing on current master

2024-09-11 Thread Udicoudco
On Wed, Sep 11, 2024 at 6:06 PM Kornel Benko wrote: > > Am Tue, 10 Sep 2024 11:34:38 +0200 > schrieb Scott Kostyshak : > > > On Mon, Sep 09, 2024 at 06:43:30PM GMT, Kornel Benko wrote: > > > Am Mon, 9 Sep 2024 17:36:01 +0200 > > > schrieb Scott Kostyshak : > > > > > > > On Mon, Sep 09, 2024 at 04:

Re: ctests failing on current master

2024-09-11 Thread Udicoudco
On Wed, Sep 11, 2024 at 6:46 PM Udicoudco wrote: > > On Wed, Sep 11, 2024 at 6:06 PM Kornel Benko wrote: > > > > Am Tue, 10 Sep 2024 11:34:38 +0200 > > schrieb Scott Kostyshak : > > > > > On Mon, Sep 09, 2024 at 06:43:30PM GMT, Kornel Benko wrote: > > > > Am Mon, 9 Sep 2024 17:36:01 +0200 > > > >

Re: ctests failing on current master

2024-09-11 Thread Kornel Benko
Am Wed, 11 Sep 2024 18:50:24 +0300 schrieb Udicoudco : > Oh, the Spanish docs are not using > polyglossia... Is there a sane error > message? > ?? They pass now here. This is without the polyglossia in git, but with updated TL24. Kornel pgpSeUBl7fig6.pgp Description: Digitale Signatu

Re: [LyX/master] use std::move() instead of copying when value is no longer used

2024-09-11 Thread Jean-Marc Lasgouttes
Le 07/09/2024 à 13:42, Jürgen Spitzmüller a écrit : Am Samstag, dem 07.09.2024 um 13:22 +0200 schrieb Jean-Marc Lasgouttes: I have been resisting to making these changes because someone may change the code and use the variable afterwards. But I may be wrong after all. I am not sure at all. I d

Re: [LyX/master] Do not handle special case where buffer == NULL

2024-09-11 Thread Jean-Marc Lasgouttes
Le 9 septembre 2024 19:01:09 GMT+02:00, "José Matos" a écrit : >On Mon, 2024-09-09 at 17:54 +0200, Jean-Marc Lasgouttes wrote: >> string const arg = (type.empty()) ? move(label) : move(label) + " " >> + type; > >I can understand the first move. That makes all the sense to me. > >I can not unde