[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 12/16] qapi: Call QAPIDoc.check() always
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 12/16] qapi: Call QAPIDoc.check() always |
Date: |
Tue, 20 Feb 2024 15:22:38 +0000 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Fri, Feb 16, 2024 at 03:58:36PM +0100, Markus Armbruster wrote:
> We currently call QAPIDoc.check() only for definition documentation.
> Calling it for free-form documentation as well is simpler. No change,
> because it doesn't actually do anything there.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
> scripts/qapi/schema.py | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH 16/16] qapi: Divorce QAPIDoc from QAPIParseError, (continued)
- [PATCH 03/16] tests/qapi-schema: Cover 'Features:' not followed by descriptions, Markus Armbruster, 2024/02/16
- [PATCH 15/16] qapi: Reject multiple and empty feature descriptions, Markus Armbruster, 2024/02/16
- [PATCH 08/16] qapi: Rename QAPIDoc.Section.name to .tag, Markus Armbruster, 2024/02/16
- [PATCH 02/16] tests/qapi-schema: Cover duplicate 'Features:' line, Markus Armbruster, 2024/02/16
- [PATCH 12/16] qapi: Call QAPIDoc.check() always, Markus Armbruster, 2024/02/16
- Re: [PATCH 12/16] qapi: Call QAPIDoc.check() always,
Daniel P . Berrangé <=
- [PATCH 14/16] qapi: Rewrite doc comment parser, Markus Armbruster, 2024/02/16
- [PATCH 10/16] qapi: Require descriptions and tagged sections to be indented, Markus Armbruster, 2024/02/16