layout update in master?

Jürgen Spitzmüller jspitzm at gmail.com
Sun Jun 2 15:49:53 UTC 2024


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


More information about the lyx-devel mailing list