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/qapi-schema/unknown-escape.json:3:21: unknown escape \x > > became > > scripts/qapi-gen.py: tests/qapi-schema/unknown-escape.json:3:21: unknown > escape \x > > This is not how compilers report such errors, and Emacs doesn't > recognize the format. Revert this change. > > Fixes: 52a474180ae3 (qapi-gen: Separate arg-parsing from generation) > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > scripts/qapi/main.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Eric Blake <ebl...@redhat.com> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org