Re: [PATCH] docs/devel/qapi-code-gen: Fix typo in grammar

2020-03-09 Thread Markus Armbruster
Queued.

Re: [PATCH] docs/devel/qapi-code-gen: Fix typo in grammar

2020-03-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200309142638.19988-1-arm...@redhat.com/ Hi, This series failed the docker-clang@ubuntu build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

Re: [PATCH] docs/devel/qapi-code-gen: Fix typo in grammar

2020-03-09 Thread John Snow
On 3/9/20 10:26 AM, Markus Armbruster wrote: > An ALTERNATIVE's value can only be a type name. Arrays are not > supported, yet. The text gets it right: "The form STRING is shorthand > for { 'type': STRING }." The grammar doesn't. Fix it. > > Fixes: b6c37ebaaf074cac8fe8a4781dc3e79db23e914e >

[PATCH] docs/devel/qapi-code-gen: Fix typo in grammar

2020-03-09 Thread Markus Armbruster
An ALTERNATIVE's value can only be a type name. Arrays are not supported, yet. The text gets it right: "The form STRING is shorthand for { 'type': STRING }." The grammar doesn't. Fix it. Fixes: b6c37ebaaf074cac8fe8a4781dc3e79db23e914e Reported-by: John Snow Signed-off-by: Markus Armbruster -