Re: [PATCH 39/57] qapi/source: allow multi-line QAPISourceInfo advancing

2025-03-05 Thread Markus Armbruster
John Snow writes: > On Wed, Mar 5, 2025 at 5:35 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > This is for the sake of the new rST generator (the "transmogrifier") so >> > we can advance multiple lines on occasion while keeping the >> > generated<-->source mappings accurate. >> > >>

Re: [PATCH 39/57] qapi/source: allow multi-line QAPISourceInfo advancing

2025-03-05 Thread John Snow
On Wed, Mar 5, 2025 at 5:35 AM Markus Armbruster wrote: > John Snow writes: > > > This is for the sake of the new rST generator (the "transmogrifier") so > > we can advance multiple lines on occasion while keeping the > > generated<-->source mappings accurate. > > > > next_line now simply takes

Re: [PATCH 39/57] qapi/source: allow multi-line QAPISourceInfo advancing

2025-03-05 Thread Markus Armbruster
John Snow writes: > This is for the sake of the new rST generator (the "transmogrifier") so > we can advance multiple lines on occasion while keeping the > generated<-->source mappings accurate. > > next_line now simply takes an optional n parameter which chooses the > number of lines to advance.

[PATCH 39/57] qapi/source: allow multi-line QAPISourceInfo advancing

2025-03-04 Thread John Snow
This is for the sake of the new rST generator (the "transmogrifier") so we can advance multiple lines on occasion while keeping the generated<-->source mappings accurate. next_line now simply takes an optional n parameter which chooses the number of lines to advance. RFC: Here's the exorbitant de