Re: [PATCH v2 41/62] qapi/source: allow multi-line QAPISourceInfo advancing

2025-03-09 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 v2 41/62] qapi/source: allow multi-line QAPISourceInfo advancing

2025-03-09 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