Re: [PATCH] qapi: Fix parse errors for removal of null from schema language

2021-02-24 Thread John Snow
On 2/24/21 5:14 AM, Markus Armbruster wrote: Commit 9d55380b5a "qapi: Remove null from schema language" (v4.2.0) neglected to update two error messages. Do that now. One less patch in part 5. Reviewed-by: John Snow Signed-off-by: Markus Armbruster --- scripts/qapi/parser.py

Re: [PATCH] qapi: Fix parse errors for removal of null from schema language

2021-02-24 Thread Eric Blake
On 2/24/21 4:14 AM, Markus Armbruster wrote: > Commit 9d55380b5a "qapi: Remove null from schema language" (v4.2.0) > neglected to update two error messages. Do that now. > > Signed-off-by: Markus Armbruster > --- > scripts/qapi/parser.py| 8 > tests/qapi-schema/lead

[PATCH] qapi: Fix parse errors for removal of null from schema language

2021-02-24 Thread Markus Armbruster
Commit 9d55380b5a "qapi: Remove null from schema language" (v4.2.0) neglected to update two error messages. Do that now. Signed-off-by: Markus Armbruster --- scripts/qapi/parser.py| 8 tests/qapi-schema/leading-comma-list.err | 2 +- tests/qapi-schema/trailing-comm