All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/5] QAPI patches patches for 2021-09-13
@ 2021-09-13  9:50 Markus Armbruster
  2021-09-13  9:50 ` [PULL 1/5] qapi: Fix a botched type annotation Markus Armbruster
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Markus Armbruster @ 2021-09-13  9:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

The following changes since commit abf7aee72ea66944a62962603e4c2381f5e473e7:

  Merge remote-tracking branch 'remotes/thuth-gitlab/tags/s390x-pull-request-2021-09-07' into staging (2021-09-07 17:46:13 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-09-13

for you to fetch changes up to 62f27589f8549d6cf1f7fe21ed55ce6f2f705450:

  qapi: Fix bogus error for 'if': { 'not': '' } (2021-09-08 15:30:30 +0200)

----------------------------------------------------------------
QAPI patches patches for 2021-09-13

----------------------------------------------------------------
Markus Armbruster (5):
      qapi: Fix a botched type annotation
      qapi: Drop Indentation.__bool__()
      qapi: Bury some unused code in class Indentation
      tests/qapi-schema: Cover 'not' condition with empty argument
      qapi: Fix bogus error for 'if': { 'not': '' }

 scripts/qapi/common.py            | 19 ++++++-------------
 scripts/qapi/expr.py              | 21 +++++++++++++--------
 tests/qapi-schema/bad-if-not.err  |  2 ++
 tests/qapi-schema/bad-if-not.json |  3 +++
 tests/qapi-schema/bad-if-not.out  |  0
 tests/qapi-schema/meson.build     |  1 +
 6 files changed, 25 insertions(+), 21 deletions(-)
 create mode 100644 tests/qapi-schema/bad-if-not.err
 create mode 100644 tests/qapi-schema/bad-if-not.json
 create mode 100644 tests/qapi-schema/bad-if-not.out

Markus Armbruster (5):
  qapi: Fix a botched type annotation
  qapi: Drop Indentation.__bool__()
  qapi: Bury some unused code in class Indentation
  tests/qapi-schema: Cover 'not' condition with empty argument
  qapi: Fix bogus error for 'if': { 'not': '' }

 scripts/qapi/common.py            | 19 ++++++-------------
 scripts/qapi/expr.py              | 21 +++++++++++++--------
 tests/qapi-schema/bad-if-not.err  |  2 ++
 tests/qapi-schema/bad-if-not.json |  3 +++
 tests/qapi-schema/bad-if-not.out  |  0
 tests/qapi-schema/meson.build     |  1 +
 6 files changed, 25 insertions(+), 21 deletions(-)
 create mode 100644 tests/qapi-schema/bad-if-not.err
 create mode 100644 tests/qapi-schema/bad-if-not.json
 create mode 100644 tests/qapi-schema/bad-if-not.out

-- 
2.31.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-13 12:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13  9:50 [PULL 0/5] QAPI patches patches for 2021-09-13 Markus Armbruster
2021-09-13  9:50 ` [PULL 1/5] qapi: Fix a botched type annotation Markus Armbruster
2021-09-13  9:50 ` [PULL 2/5] qapi: Drop Indentation.__bool__() Markus Armbruster
2021-09-13  9:50 ` [PULL 3/5] qapi: Bury some unused code in class Indentation Markus Armbruster
2021-09-13  9:50 ` [PULL 4/5] tests/qapi-schema: Cover 'not' condition with empty argument Markus Armbruster
2021-09-13  9:50 ` [PULL 5/5] qapi: Fix bogus error for 'if': { 'not': '' } Markus Armbruster
2021-09-13 12:32 ` [PULL 0/5] QAPI patches patches for 2021-09-13 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.