On Tue, May 27, 2025 at 08:23:30PM +0100, Gavin Smith wrote: > I wanted to try some changes to the code checking the structure of > sections and menus. I changed the code in Texinfo/Structuring.pm first, > and wanted to know how this affected the output of the test suite. > However, running the test suite with TEXINFO_XS_STRUCTURE=0 produces > many other changes too: > > Under tta/perl: > > $ TEXINFO_XS_STRUCTURE=0 ../maintain/all_tests.sh generate
This probably has to do with the changes I did recently with moving structuring information out of the tree. Probably some Perl structures are not built early enough/not built at all. I tested most of the options with TEXINFO_XS_*, but not with TEXINFO_XS_STRUCTURE=0 in a long time, so it is not really surprising. I'll try to have a look soon. -- Pat