Markus Armbruster
|
c9efc984ca
qapi: Reorder check_FOO() parameters for consistency
|
5 年之前 |
Markus Armbruster
|
481a6bd15c
qapi: Improve reporting of member name clashes
|
5 年之前 |
Markus Armbruster
|
2ab218aad6
qapi: Change frontend error messages to start with lower case
|
5 年之前 |
Markus Armbruster
|
638c4af931
qapi: Clean up member name case checking
|
5 年之前 |
Markus Armbruster
|
7be6c51194
qapi: Prefix frontend errors with an "in definition" line
|
5 年之前 |
Markus Armbruster
|
19e950d9d4
qapi: New QAPISourceInfo, replacing dict
|
5 年之前 |
Markus Armbruster
|
57608a5299
qapi: Rename .owner to .defined_in
|
5 年之前 |
Markus Armbruster
|
0ca7b11709
qapi: Tighten QAPISchemaFOO.check() assertions
|
5 年之前 |
Markus Armbruster
|
56176412e7
qapi: Assert .visit() and .check_clash() run only after .check()
|
6 年之前 |
Markus Armbruster
|
f9d1743b9b
qapi: Fix excessive QAPISchemaEntity.check() recursion
|
6 年之前 |
Markus Armbruster
|
b1bc31f4b7
qapi: Fix to .check() empty structs just once
|
6 年之前 |
Markus Armbruster
|
e31fe1266c
qapi: Delete useless check_exprs() code for simple union kind
|
6 年之前 |
Markus Armbruster
|
6955397677
qapi: Clean up around check_known_keys()
|
6 年之前 |
Markus Armbruster
|
dc234189f8
qapi: Simplify check_keys()
|
6 年之前 |
Markus Armbruster
|
fe9c4dcf90
qapi: Normalize 'if' in check_exprs(), like other sugar
|
6 年之前 |
Markus Armbruster
|
dec0012ef8
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
|
6 年之前 |
Markus Armbruster
|
c2c7065e17
qapi: Reject blank 'if' conditions in addition to empty ones
|
6 年之前 |
Markus Armbruster
|
887a2069f7
qapi: Fix broken discriminator error messages
|
6 年之前 |
Markus Armbruster
|
9d55380b5a
qapi: Remove null from schema language
|
6 年之前 |
Markus Armbruster
|
14c3279502
qapi: Improve reporting of lexical errors
|
6 年之前 |
Markus Armbruster
|
9f5e6b088a
qapi: Use quotes more consistently in frontend error messages
|
6 年之前 |
Markus Armbruster
|
8d40738d2f
qapi: Tweak code to match docs/devel/qapi-code-gen.txt
|
6 年之前 |
Markus Armbruster
|
398969fe1c
qapi: Adjust frontend errors to say enum value, not member
|
6 年之前 |
Markus Armbruster
|
0ced9531f1
qapi: Permit omitting all flat union branches
|
6 年之前 |
Markus Armbruster
|
f03255362a
qapi: Permit alternates with just one branch
|
6 年之前 |
Markus Armbruster
|
675b214bc6
qapi: Permit 'boxed' with empty type
|
6 年之前 |
Markus Armbruster
|
9b4416bfc1
qapi: Drop support for escape sequences other than \\
|
6 年之前 |
Markus Armbruster
|
56a8caff92
qapi: Restrict strings to printable ASCII
|
6 年之前 |
Markus Armbruster
|
b22e86585b
qapi: Drop support for boxed alternate arguments
|
6 年之前 |
Markus Armbruster
|
dcca907bed
qapi: Drop check_type()'s redundant parameter @allow_optional
|
6 年之前 |