On Tue, Oct 29, 2024 at 12:59:08AM GMT, Thibaut Cuvelier wrote:
> commit 7feffb89e931973bc1e9f3b2622724baca656df7
> Author: Thibaut Cuvelier <tcuvel...@lyx.org>
> Date:   Tue Oct 1 23:53:30 2024 +0200
> 
>     MathML: let the user change the MathML version.
>     
>     Discussed in https://www.lyx.org/trac/ticket/13058.
> 
>  development/FORMAT                 |   7 +-
>  lib/lyx2lyx/lyx_2_5.py             |  46 +-
>  src/Buffer.cpp                     |   7 +-
>  src/BufferParams.cpp               |   8 +-
>  src/BufferParams.h                 |   8 +-
>  src/CutAndPaste.cpp                |   2 +-
>  src/OutputParams.h                 |   3 +-
>  src/frontends/qt/GuiDocument.cpp   |   8 +
>  src/frontends/qt/ui/OutputUi.ui    | 899 
> ++++++++++++++++++++-----------------
>  src/mathed/InsetMathBox.cpp        |  12 +-
>  src/mathed/InsetMathEnsureMath.cpp |   3 +-
>  src/mathed/InsetMathHull.cpp       |   8 +-
>  src/tex2lyx/Preamble.cpp           |   4 +-
>  src/tex2lyx/Preamble.h             |   1 +
>  src/version.h                      |   4 +-
>  15 files changed, 596 insertions(+), 424 deletions(-)

I think that starting with this commit a lot of lyx2lyx tests are timing out.

For example:

ctest --timeout 10 -R 
'(export/export/WrongDfnTagHandling_lyx23|export/examples/Welcome_lyx23)'

I get the following:

  export/export/WrongDfnTagHandling_lyx23 (Timeout)
  export/examples/Welcome_lyx23 (Timeout)

Scott

Attachment: signature.asc
Description: PGP signature

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to