6cc32b0e14
QAPISchemaMember gains .ifcond for enum members: inherited classes, such as QAPISchemaObjectTypeMember, will thus have an ifcond member after this (those different types will also use the .ifcond to store the condition and generate conditional code in the following patches). The generated code remains unconditional for now. Later patches generate the conditionals. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20181213123724.4866-10-marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
4 lines
116 B
JSON
4 lines
116 B
JSON
# check invalid 'if' type
|
|
{ 'enum': 'TestIfEnum', 'data':
|
|
[ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }
|