Markus Armbruster
|
b0b1313eb2
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
|
1 year ago |
John Snow
|
a6c5d159ce
qapi: re-establish linting baseline
|
1 year ago |
Markus Armbruster
|
290e48e8f1
qapi: Improve error message for description following section
|
2 years ago |
Markus Armbruster
|
d27e7c3593
qapi/parser: Drop two bad type hints for now
|
2 years ago |
Markus Armbruster
|
eb59cf7628
qapi: Section parameter @indent is no longer used, drop
|
2 years ago |
Markus Armbruster
|
08349786c8
qapi: Relax doc string @name: description indentation rules
|
2 years ago |
Markus Armbruster
|
3e32dca3f0
qapi: Rewrite parsing of doc comment section symbols and tags
|
2 years ago |
Markus Armbruster
|
9b2c6746d3
qapi: Fix argument description indentation stripping
|
2 years ago |
Markus Armbruster
|
5b5fe0e018
qapi: Fix crash on stray double quote character
|
2 years ago |
John Snow
|
c7b7a7ded9
qapi: remove JSON value FIXME
|
2 years ago |
John Snow
|
67a81f9fb7
qapi: remove _JSONObject
|
2 years ago |
John Snow
|
420110591c
qapi/parser: add QAPIExpression type
|
2 years ago |
John Snow
|
18e3673e0f
qapi/parser: Silence too-few-public-methods warning
|
3 years ago |
John Snow
|
15acf48cfe
qapi/parser: Add FIXME for consolidating JSON-related types
|
3 years ago |
John Snow
|
5f0d9f3bc7
qapi/parser: add type hint annotations (QAPIDoc)
|
3 years ago |
John Snow
|
e7ac60fcd0
qapi/parser: add import cycle workaround
|
3 years ago |
John Snow
|
f4c05aaf14
qapi/parser: Introduce NullSection
|
3 years ago |
John Snow
|
1e20a77576
qapi/parser: clarify _end_section() logic
|
3 years ago |
John Snow
|
cd87c14cde
qapi/parser: remove FIXME comment from _append_body_line
|
3 years ago |
John Snow
|
012336a152
qapi/parser: fix unused check_args_section arguments
|
3 years ago |
John Snow
|
d4092ffa26
qapi/parser: add docstrings
|
4 years ago |
John Snow
|
013a3aceb5
qapi/parser: Remove superfluous list comprehension
|
4 years ago |
John Snow
|
810aff8f29
qapi/parser: add type hint annotations
|
4 years ago |
John Snow
|
03386200b9
qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard
|
4 years ago |
John Snow
|
c256263f3d
qapi/parser: Fix token membership tests when token can be None
|
4 years ago |
John Snow
|
e0e8a0ac2e
qapi: add must_match helper
|
4 years ago |
John Snow
|
43b1be65f0
qapi/parser: Use @staticmethod where appropriate
|
4 years ago |
John Snow
|
234dce2c2d
qapi/parser: assert object keys are strings
|
4 years ago |
John Snow
|
9cd0205d55
qapi/parser: enforce all top-level expressions must be dict in _parse()
|
4 years ago |
John Snow
|
7c610ce6a9
qapi/parser: Assert lexer value is a string
|
4 years ago |