[LyX/master] MathML: let the user change the MathML version.

Kornel Benko kornel at lyx.org
Mon Nov 4 10:49:34 UTC 2024


Am Mon, 4 Nov 2024 10:39:50 +0100
schrieb Scott Kostyshak <skostysh at lyx.org>:

> 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

I get the same timeouts. For instance if exporting lib/examples/Welcome.lyx to
format 'lyx 2.3.x'

	Kornel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20241104/37c601c3/attachment.sig>


More information about the lyx-devel mailing list