Provide an alpha build of LyX 2.4 to ease testing?

2020-10-04 Thread Thibaut Cuvelier
Dear list, While working on the DocBook support, there was the idea to have an alpha build (or any other kind of prerelease) of LyX 2.4, at least for Linux (Windows would be nice to have too), to help people test the new DocBook support. As this part of the code has matured a lot since this discu

Re: [PATCH] Refactoring based on cppcheck suggestions

2020-10-04 Thread Richard Kimberly Heck
On 10/4/20 12:27 PM, Yuriy Skalko wrote: >> Thanks, it is in. >> >> JMarc > Continuing with refactoring LyX code. This all looks fine, except for this one: diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 8458ce4728..fdfef40556 100644 --- a/src/insets/InsetTabular.cpp

Re: [PATCH] Refactoring based on cppcheck suggestions

2020-10-04 Thread Yuriy Skalko
> Thanks, it is in. > > JMarc Continuing with refactoring LyX code. Yuriy From 1a6c4ef50c2c182996bf546baf5f632a6e1d347e Mon Sep 17 00:00:00 2001 From: Yuriy Skalko Date: Sun, 4 Oct 2020 19:22:43 +0300 Subject: [PATCH] Refactoring --- src/Buffer.cpp| 6 +- src/Buff

Re: [PATCH] Add override specifier

2020-10-04 Thread Yuriy Skalko
> And now clang++ 10 complains a lot... And this patch should fix the rest. Yuriy From 3786af0ec675cab02d48581ac07f97090534e0f3 Mon Sep 17 00:00:00 2001 From: Yuriy Skalko Date: Sun, 4 Oct 2020 17:56:53 +0300 Subject: [PATCH] Amend efc0877f Add more `override` specifiers. Replace `throw()` to `