qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: qemu-devel@nongnu.org, Cleber Rosa <crosa@redhat.com>,
	 Michael Roth <michael.roth@amd.com>,
	Markus Armbruster <armbru@redhat.com>,
	 Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PULL 0/6] Python patches
Date: Tue, 27 May 2025 11:01:35 -0400	[thread overview]
Message-ID: <CAFn=p-bwkEXC1xqGVyYZhk2gXBo6rMDqNviivioPGFD0mwiz8w@mail.gmail.com> (raw)
In-Reply-To: <CAJSP0QUT+rtmBKXa6Ve7oV_rWB4aGwTU3=xBmQTDWv0GT4zRDA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2674 bytes --]

On Fri, May 23, 2025 at 3:45 PM Stefan Hajnoczi <stefanha@gmail.com> wrote:

> On Mon, May 19, 2025 at 1:03 PM John Snow <jsnow@redhat.com> wrote:
> >
> > The following changes since commit
> 757a34115e7491744a63dfc3d291fd1de5297ee2:
> >
> >   Merge tag 'pull-nvme-20250515' of https://gitlab.com/birkelund/qemu
> into staging (2025-05-15 13:42:27 -0400)
> >
> > are available in the Git repository at:
> >
> >   https://gitlab.com/jsnow/qemu.git tags/python-pull-request
> >
> > for you to fetch changes up to 818060c02a53df4b27bc86cbac3a26009996b6a4:
> >
> >   qapi: delete un-needed python static analysis configs (2025-05-19
> 12:44:01 -0400)
> >
> > ----------------------------------------------------------------
> > Python PR
> >
> > Add scripts/qapi and docs/sphinx/*qapi* to the Python static analysis
> checks
> >
> > ----------------------------------------------------------------
>
> Please take a look at this CI failure:
> https://gitlab.com/qemu-project/qemu/-/jobs/10135225231#L448


Well, that's interesting. Maybe something changed in the interim ...
investigating now, thank you - I will send a v2 PR if appropriate when I
identify the cause.

Thanks!
~js


>
>
> Thanks,
> Stefan
>
> >
> > John Snow (5):
> >   qapi: Add some pylint ignores
> >   docs/qapidoc: linting fixes
> >   python: update missing dependencies from minreqs
> >   python: add qapi static analysis tests
> >   qapi: delete un-needed python static analysis configs
> >
> > Markus Armbruster (1):
> >   python: Drop redundant warn_unused_configs = True
> >
> >  docs/sphinx/qapi_domain.py  | 25 ++++++++++++++-----------
> >  docs/sphinx/qapidoc.py      |  5 +++--
> >  python/setup.cfg            |  2 +-
> >  python/tests/minreqs.txt    | 25 +++++++++++++++++++++++++
> >  python/tests/qapi-flake8.sh |  4 ++++
> >  python/tests/qapi-isort.sh  |  6 ++++++
> >  python/tests/qapi-mypy.sh   |  2 ++
> >  python/tests/qapi-pylint.sh |  6 ++++++
> >  scripts/qapi/.flake8        |  3 ---
> >  scripts/qapi/.isort.cfg     |  7 -------
> >  scripts/qapi/backend.py     |  2 ++
> >  scripts/qapi/mypy.ini       |  4 ----
> >  scripts/qapi/pylintrc       |  1 +
> >  13 files changed, 64 insertions(+), 28 deletions(-)
> >  create mode 100755 python/tests/qapi-flake8.sh
> >  create mode 100755 python/tests/qapi-isort.sh
> >  create mode 100755 python/tests/qapi-mypy.sh
> >  create mode 100755 python/tests/qapi-pylint.sh
> >  delete mode 100644 scripts/qapi/.flake8
> >  delete mode 100644 scripts/qapi/.isort.cfg
> >  delete mode 100644 scripts/qapi/mypy.ini
> >
> > --
> > 2.48.1
> >
> >
> >
>
>

[-- Attachment #2: Type: text/html, Size: 3905 bytes --]

  reply	other threads:[~2025-05-27 15:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-19 17:00 [PULL 0/6] Python patches John Snow
2025-05-19 17:00 ` [PULL 1/6] qapi: Add some pylint ignores John Snow
2025-05-19 17:00 ` [PULL 2/6] docs/qapidoc: linting fixes John Snow
2025-05-19 17:00 ` [PULL 3/6] python: update missing dependencies from minreqs John Snow
2025-05-19 17:00 ` [PULL 4/6] python: add qapi static analysis tests John Snow
2025-05-19 17:00 ` [PULL 5/6] python: Drop redundant warn_unused_configs = True John Snow
2025-05-19 17:00 ` [PULL 6/6] qapi: delete un-needed python static analysis configs John Snow
2025-05-19 21:17 ` [PULL 0/6] Python patches Stefan Hajnoczi
2025-05-23 17:38   ` John Snow
2025-05-23 19:03     ` Stefan Hajnoczi
2025-05-23 19:45 ` Stefan Hajnoczi
2025-05-27 15:01   ` John Snow [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-15 17:32 John Snow
2024-07-15 23:39 ` Richard Henderson
2022-02-23 22:08 John Snow
2022-02-25 11:27 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFn=p-bwkEXC1xqGVyYZhk2gXBo6rMDqNviivioPGFD0mwiz8w@mail.gmail.com' \
    --to=jsnow@redhat.com \
    --cc=armbru@redhat.com \
    --cc=crosa@redhat.com \
    --cc=michael.roth@amd.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).