[LyX/master] MathML: let the user change the MathML version.
Scott Kostyshak
skostysh at lyx.org
Mon Nov 4 09:39:50 UTC 2024
On Mon, Nov 04, 2024 at 01:04:02AM GMT, Thibaut Cuvelier wrote:
> On Sun, 3 Nov 2024 at 20:56, José Matos <jaomatos at gmail.com> wrote:
>
> > On Sun, 2024-11-03 at 19:32 +0100, Scott Kostyshak wrote:
> >
> > 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)
> >
> >
> > Due to this message I had a small pick at the patch and I notice a
> > possible typo:
> >
> > + # remove XHTML header if using the new value, leave alone otherwise.
> > + if "4" in document.header:
> > + document.header[i] = "\\html_math_output 0"
> >
> > In the middle line above it should possibly be:
> > if "4" in document.header[i]:
> >
> > the different is the addition of the final [i] or else the test will
> > always be false (and that is not intended).
> >
>
> Thanks for having a look! I committed your suggested change, it seems to
> fix the issue on my side.
Thanks for taking a look. I double-checked that I pulled in the recent
commits, but even with a fresh build I still see the following:
ctest --timeout 30 -R '(export/export/WrongDfnTagHandling_lyx23|export/examples/Welcome_lyx23)'
The following tests FAILED:
268 - export/export/WrongDfnTagHandling_lyx23 (Timeout)
4543 - export/examples/Welcome_lyx23 (Timeout)
But since it works for you, maybe it's something specific to me. Kornel,
can you run the above ctest command on your computer after pulling in
current master?
Scott
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20241104/f8e7c0a5/attachment.sig>
More information about the lyx-devel
mailing list