Re: New structure warnings and deeply nested nodes in libc manual

2025-07-05 Thread Patrice Dumas
On Sat, Jul 05, 2025 at 08:30:06PM +0100, Gavin Smith wrote: > I used a loop like this: > > # Find the first subordinate section, which should appear first > # in the menu. > my $first_child = $section_children->[0]; > while (!defined($first_child->{'associated_node'}) >

Re: New structure warnings and deeply nested nodes in libc manual

2025-07-05 Thread Gavin Smith
On Sat, Jul 05, 2025 at 10:29:00AM +0200, Patrice Dumas wrote: > On Sat, Jul 05, 2025 at 01:06:29AM +0100, Gavin Smith wrote: > > On Fri, Jul 04, 2025 at 10:18:05PM +0100, Gavin Smith wrote: > > > All these nodes (in the Sphinx output) have explicit pointers on the > > > node lines, just like the a

Re: New structure warnings and deeply nested nodes in libc manual

2025-07-05 Thread Patrice Dumas
On Sat, Jul 05, 2025 at 01:06:29AM +0100, Gavin Smith wrote: > On Fri, Jul 04, 2025 at 10:18:05PM +0100, Gavin Smith wrote: > > All these nodes (in the Sphinx output) have explicit pointers on the > > node lines, just like the affected part of the libc manual. > > > > So I expect we will have to t