COMMITS
/ scripts/qapi/expr.py March 16, 2023
M
qapi: Fix to reject 'data': 'mumble' in struct
Markus Armbruster committed
M
qapi: Fix error message when type name or array is expected
Markus Armbruster committed
M
qapi: Simplify code a bit after previous commits
Markus Armbruster committed
M
qapi: Improve error message for unexpected array types
Markus Armbruster committed
M
qapi: Split up check_type()
Markus Armbruster committed
M
qapi: Clean up after removal of simple unions
Markus Armbruster committed
February 15, 2023
J
qapi: remove _JSONObject
John Snow committed
J
qapi/parser: add QAPIExpression type
John Snow committed
J
qapi: Add minor typing workaround for 3.6
John Snow committed
May 10, 2022
M
qapi/expr: Enforce feature naming rules again
Markus Armbruster committed
March 21, 2022
P
qapi-schema: support alternates with array type
Paolo Bonzini committed
October 25, 2021
M
qapi: Add feature flags to enum members
Markus Armbruster committed
September 17, 2021
M
qapi: Drop simple unions
Markus Armbruster committed
M
qapi: Stop enforcing "type name should not end in 'Kind'
Markus Armbruster committed
September 8, 2021
M
qapi: Fix bogus error for 'if': { 'not': '' }
Markus Armbruster committed
August 31, 2021
M
qapi: Tweak error messages for unknown / conflicting 'if' keys
Markus Armbruster committed
M
qapi: Tweak error messages for missing / conflicting meta-type
Markus Armbruster committed
M
qapi: Use re.fullmatch() where appropriate
Markus Armbruster committed
August 4, 2021
M
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau committed
M
qapi: add 'not' condition operation
Marc-André Lureau committed
M
qapi: add 'any' condition
Marc-André Lureau committed
M
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau committed
June 16, 2021
M
qapi: Fix crash on missing enum member name
Markus Armbruster committed
April 21, 2021
J
qapi/expr: Update authorship and copyright information
John Snow committed
J
qapi/expr.py: Use tuples instead of lists for static data
John Snow committed
J
qapi/expr.py: Add docstrings
John Snow committed
J
qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names
John Snow committed
J
qapi/expr.py: Remove single-letter variable
John Snow committed
J
qapi/expr.py: Consolidate check_if_str calls in check_if
John Snow committed
J
qapi/expr.py: add type hint annotations
John Snow committed
J
qapi/expr.py: Modify check_keys to accept any Collection
John Snow committed
J
qapi/expr.py: Add casts in a few select cases
John Snow committed
J
qapi/expr.py: Check type of union and alternate 'data' member
John Snow committed
J
qapi/expr.py: move string check upwards in check_type
John Snow committed
J
qapi/expr.py: Add assertion for union type 'check_dict'
John Snow committed
J
qapi/expr.py: constrain incoming expression types
John Snow committed
J
qapi/expr.py: Check for dict instead of OrderedDict
John Snow committed
J
qapi/expr.py: Remove 'info' argument from nested check_if_str
John Snow committed
J
qapi/expr: Comment cleanup
John Snow committed
March 23, 2021
M
qapi: Enforce union and alternate branch naming rules
Markus Armbruster committed
M
qapi: Enforce enum member naming rules
Markus Armbruster committed
M
qapi: Enforce struct member naming rules
Markus Armbruster committed
M
qapi: Enforce command naming rules
Markus Armbruster committed
M
qapi: Enforce feature naming rules
Markus Armbruster committed
M
qapi: Prepare for rejecting underscore in command and member names
Markus Armbruster committed
M
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster committed
M
qapi: Enforce type naming rules
Markus Armbruster committed
M
qapi: Enforce event naming rules
Markus Armbruster committed
M
qapi: Consistently permit any case in downstream prefixes
Markus Armbruster committed
M
qapi: Move uppercase rejection to check_name_lower()
Markus Armbruster committed