Re: [Qemu-devel] [PATCH for-2.9 47/47] qapi: Fix a misleading parser error message

2017-03-14 Thread Eric Blake
On 03/13/2017 01:18 AM, Markus Armbruster wrote: > When choking on a token where an expression is expected, we report > 'Expected "{", "[" or string'. Close, but no cigar. Fix it to > Expected '"{", "[", string, boolean or "null"'. > > Missed in commit e53188a. Will need adjustment again if we

[Qemu-devel] [PATCH for-2.9 47/47] qapi: Fix a misleading parser error message

2017-03-12 Thread Markus Armbruster
When choking on a token where an expression is expected, we report 'Expected "{", "[" or string'. Close, but no cigar. Fix it to Expected '"{", "[", string, boolean or "null"'. Missed in commit e53188a. Signed-off-by: Markus Armbruster --- scripts/qapi.py | 3 ++- te