On 9/24/19 8:28 AM, Markus Armbruster wrote:
> We report name clashes like this:
> 
>     struct-base-clash.json: In struct 'Sub':
>     struct-base-clash.json:5: 'name' (member of Sub) collides with 'name' 
> (member of Base)
> 
> The "(member of Sub)" is redundant with "In struct 'Sub'".  Comes from
> QAPISchemaMember.describe().  Pass info to it, so it can detect the
> redundancy and avoid it.  Result:
> 
>     struct-base-clash.json: In struct 'Sub':
>     struct-base-clash.json:5: member 'name' collides with member 'name' of 
> type 'Base'
> 
> Signed-off-by: Markus Armbruster <arm...@redhat.com>
> ---

The resulting error messages are indeed nicer.

Reviewed-by: Eric Blake <ebl...@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to