On 16/3/23 08:13, Markus Armbruster wrote:
We reject array types in certain places with "cannot be an array".
Deleting this check improves the error message to "should be a type
name" or "should be an object or type name", depending on context, so
do that.

Signed-off-by: Markus Armbruster <arm...@redhat.com>
---
  scripts/qapi/expr.py                     | 6 ------
  tests/qapi-schema/bad-data.err           | 2 +-
  tests/qapi-schema/union-array-branch.err | 2 +-
  3 files changed, 2 insertions(+), 8 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to