Am Sonntag, dem 02.06.2024 um 17:05 +0200 schrieb Jürgen Spitzmüller:
> Am Sonntag, dem 02.06.2024 um 16:28 +0200 schrieb Pavel Sanda:
> > ./lyx -dbg any
> > ends up in infinite layout2layout conversion loop (strangely it
> > does
> > not when running without -dbg).
> > Did we forget to update layout format number with some recent
> > feature?
> 
> I stepped the format number at 2a7ec054be00f, but I don't see
> anything missing there.

The following is causing this:

if (lyxerr.debugging(Debug::TCLASS)) {
        // only system layout files are loaded here so no
        // buffer path is needed.
        tmpl->load();
}

LayoutFile.cpp::147ff.

No idea why it loops.

-- 
Jürgen
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to