qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 for-2.9 31/47] qapi: Fix detection of doc / e


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 for-2.9 31/47] qapi: Fix detection of doc / expression mismatch
Date: Wed, 15 Mar 2017 10:01:30 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 03/15/2017 07:57 AM, Markus Armbruster wrote:
> This fixes the errors uncovered by the previous commit.
> 
> Signed-off-by: Markus Armbruster <address@hidden>
> Reviewed-by: Eric Blake <address@hidden>
> ---

>  def check_freeform_doc(doc):
> -    if doc.symbol:
> -        raise QAPISemError(doc.info,
> -                           "Documention for '%s' is not followed"
> -                           " by the definition" % doc.symbol)

> +++ b/tests/qapi-schema/doc-missing-expr.err
> @@ -1 +1 @@
> -tests/qapi-schema/doc-missing-expr.json:3: Documention for 'bar' is not 
> followed by the definition
> +tests/qapi-schema/doc-missing-expr.json:3: Documentation for 'bar' is not 
> followed by the definition

I didn't even catch that you were also fixing the typo, on my last round
of reviews :)

R-b stands.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]