Re: [PATCH 01/14] qapi: Fix error message format regression

2023-03-16 Thread Eric Blake
On Thu, Mar 16, 2023 at 08:13:12AM +0100, Markus Armbruster wrote: > Commit 52a474180ae3 changed reporting of errors connected to a source > location without mentioning it in the commit message. For instance, > > $ python scripts/qapi-gen.py tests/qapi-schema/unknown-escape.json > tests/q

[PATCH 01/14] qapi: Fix error message format regression

2023-03-16 Thread Markus Armbruster
Commit 52a474180ae3 changed reporting of errors connected to a source location without mentioning it in the commit message. For instance, $ python scripts/qapi-gen.py tests/qapi-schema/unknown-escape.json tests/qapi-schema/unknown-escape.json:3:21: unknown escape \x became scripts/q