mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 21:33:40 +08:00
481a6bd15c
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 <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20190927134639.4284-8-armbru@redhat.com>
3 lines
168 B
Plaintext
3 lines
168 B
Plaintext
tests/qapi-schema/features-duplicate-name.json: In struct 'FeatureStruct0':
|
|
tests/qapi-schema/features-duplicate-name.json:1: feature 'foo' collides with feature 'foo'
|