John Snow
|
79e4fd14fb
qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names
|
4 年之前 |
John Snow
|
e42648dccd
qapi/expr.py: Remove single-letter variable
|
4 年之前 |
John Snow
|
210fd63104
qapi/expr.py: Consolidate check_if_str calls in check_if
|
4 年之前 |
John Snow
|
b9ad358aa0
qapi/expr.py: add type hint annotations
|
4 年之前 |
John Snow
|
538cd41065
qapi/expr.py: Modify check_keys to accept any Collection
|
4 年之前 |
John Snow
|
7a783ce5b5
qapi/expr.py: Add casts in a few select cases
|
4 年之前 |
John Snow
|
4918bb7def
qapi/expr.py: Check type of union and alternate 'data' member
|
4 年之前 |
John Snow
|
926bb8add7
qapi/expr.py: move string check upwards in check_type
|
4 年之前 |
John Snow
|
b66c62a2d3
qapi/expr.py: Add assertion for union type 'check_dict'
|
4 年之前 |
John Snow
|
59b5556ce8
qapi/expr.py: constrain incoming expression types
|
4 年之前 |
John Snow
|
0f231dcf29
qapi/expr.py: Check for dict instead of OrderedDict
|
4 年之前 |
John Snow
|
b7341b89c9
qapi/expr.py: Remove 'info' argument from nested check_if_str
|
4 年之前 |
John Snow
|
d0a263cdd0
qapi/expr: Comment cleanup
|
4 年之前 |
Markus Armbruster
|
d83b47646e
qapi: Enforce union and alternate branch naming rules
|
4 年之前 |
Markus Armbruster
|
407efbf9e7
qapi: Enforce enum member naming rules
|
4 年之前 |
Markus Armbruster
|
5aceeac04d
qapi: Enforce struct member naming rules
|
4 年之前 |
Markus Armbruster
|
05ebf841ef
qapi: Enforce command naming rules
|
4 年之前 |
Markus Armbruster
|
e744708a77
qapi: Enforce feature naming rules
|
4 年之前 |
Markus Armbruster
|
9af4b6b9e8
qapi: Prepare for rejecting underscore in command and member names
|
4 年之前 |
Markus Armbruster
|
b86df37478
qapi: Rename pragma *-whitelist to *-exceptions
|
4 年之前 |
Markus Armbruster
|
3e6c8a6331
qapi: Enforce type naming rules
|
4 年之前 |
Markus Armbruster
|
d4f4cae8de
qapi: Enforce event naming rules
|
4 年之前 |
Markus Armbruster
|
00ffe242d6
qapi: Consistently permit any case in downstream prefixes
|
4 年之前 |
Markus Armbruster
|
d224e0c092
qapi: Move uppercase rejection to check_name_lower()
|
4 年之前 |
Markus Armbruster
|
eaab06faa5
qapi: Rework name checking in preparation of stricter checking
|
4 年之前 |
Markus Armbruster
|
0825f62c84
qapi: Lift enum-specific code out of check_name_str()
|
4 年之前 |
Markus Armbruster
|
5fbc78dd36
qapi: Permit flat union members for any tag value
|
4 年之前 |
Markus Armbruster
|
dbfe3c7c28
qapi: Fix to reject optional members with reserved names
|
4 年之前 |
John Snow
|
67fea57502
qapi: enforce import order/styling with isort
|
4 年之前 |
John Snow
|
7137a96099
qapi: Prefer explicit relative imports
|
4 年之前 |