This website requires JavaScript.
Explore
Help
Register
Sign In
xemu-project
/
xemu
Watch
1
Star
0
Fork
0
You've already forked xemu
mirror of
https://github.com/xemu-project/xemu.git
synced
2024-12-04 17:56:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f68774ccd8
xemu
/
tests
/
qapi-schema
/
include-non-file.err
2 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
qapi: Improve 'include' error message Use of '"...%s" % include' to print non-strings can lead to ugly messages, such as this (if the .json change is applied without the qapi.py change): Expected a file name (string), got: OrderedDict() Better is to just omit the actual non-string value in the message. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <1443565276-4535-3-git-send-email-eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
2015-09-29 22:21:00 +00:00
tests/qapi-schema/include-non-file.json:1: Value of 'include' must be a string
Reference in New Issue
Copy Permalink