From: Eric Blake <eblake@redhat.com> To: luoyonggang@gmail.com, Paolo Bonzini <pbonzini@redhat.com> Cc: qemu-level <qemu-devel@nongnu.org> Subject: Re: [PULL 18/22] meson: Move the detection logic for sphinx to meson Date: Mon, 19 Oct 2020 14:40:49 -0500 Message-ID: <b80a46c4-e716-4425-7372-d8dcf415a22a@redhat.com> (raw) In-Reply-To: <CAE2XoE8cF3Bse9AE3zb9GGqmygqDx1=zxXHF6OE9an_ridWVsw@mail.gmail.com> On 10/16/20 8:27 AM, 罗勇刚(Yonggang Luo) wrote: > On Fri, Oct 16, 2020 at 7:48 PM Paolo Bonzini <pbonzini@redhat.com> wrote: >> Meta-comment. Your quoting style leaves a lot to be desired: >> - if test "$docs" = "yes" ; then >> - if has $sphinx_build && test "$sphinx_ok" != "yes"; then >> - echo "Warning: $sphinx_build exists but it is either too old or > uses too old a Python version" >&2 >> - fi >> - feature_not_found "docs" "Install a Python 3 version of > python-sphinx" >> - fi Here, your mailer wrapped lines but did not quote the wrapped portion, while... >> + if not build_docs >> + warning('@0@ exists but it is either too old or uses too old a > Python version'.format(sphinx_build_option)) > Here need to be get_option('sphinx_build') ...here you added new content without any newline separator, right after another case of a mailer wrapping a line. It makes it very difficult to decipher which text you are quoting and which text you are adding. You may want to consider using a better mail engine that does not split quoted lines incorrectly, as well as using a blank line both before and after every block of your inline replies, to call more visual attention to what you are adding to the conversation. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org
next prev parent reply index Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-16 11:47 [PULL 00/22] Build system + misc changes for 2020-10-16 Paolo Bonzini 2020-10-16 11:47 ` [PULL 01/22] submodules: bump meson to 0.55.3 Paolo Bonzini 2020-10-16 11:47 ` [PULL 02/22] Makefile: Ensure cscope.out/tags/TAGS are generated in the source tree Paolo Bonzini 2020-10-16 11:47 ` [PULL 03/22] tests/Makefile.include: unbreak non-tcg builds Paolo Bonzini 2020-10-16 11:47 ` [PULL 04/22] make: run shell with pipefail Paolo Bonzini 2020-10-16 11:47 ` [PULL 05/22] tests: add missing generated sources to testqapi Paolo Bonzini 2020-10-16 11:47 ` [PULL 06/22] configure: move QEMU_INCLUDES to meson Paolo Bonzini 2020-10-16 11:47 ` [PULL 07/22] dockerfiles: enable Centos 8 PowerTools Paolo Bonzini 2020-10-16 11:48 ` [PULL 08/22] add ninja to dockerfiles, CI configurations and test VMs Paolo Bonzini 2020-10-16 11:48 ` [PULL 09/22] build: cleanups to Makefile Paolo Bonzini 2020-10-16 11:48 ` [PULL 10/22] build: replace ninjatool with ninja Paolo Bonzini 2020-10-16 11:48 ` [PULL 11/22] build: add --enable/--disable-libudev Paolo Bonzini 2020-10-16 11:48 ` [PULL 12/22] meson.build: don't condition iconv detection on library detection Paolo Bonzini 2020-10-16 11:48 ` [PULL 13/22] meson: cleanup curses/iconv test Paolo Bonzini 2020-10-16 11:48 ` [PULL 14/22] configure: fix handling of --docdir parameter Paolo Bonzini 2020-10-16 11:48 ` [PULL 15/22] meson: Only install icons and qemu.desktop if have_system Paolo Bonzini 2020-10-16 11:48 ` [PULL 16/22] docs: Fix Sphinx configuration for msys2/mingw Paolo Bonzini 2020-10-16 11:48 ` [PULL 17/22] meson: move SPHINX_ARGS references within "if build_docs" Paolo Bonzini 2020-10-16 11:48 ` [PULL 18/22] meson: Move the detection logic for sphinx to meson Paolo Bonzini 2020-10-16 13:27 ` 罗勇刚(Yonggang Luo) 2020-10-19 19:40 ` Eric Blake [this message] 2020-10-16 11:48 ` [PULL 19/22] cirrus: Enable doc build on msys2/mingw Paolo Bonzini 2020-10-16 11:48 ` [PULL 20/22] fuzz: Disable QEMU's SIG{INT,HUP,TERM} handlers Paolo Bonzini 2020-10-16 11:48 ` [PULL 21/22] hax: unbreak accelerator cpu code after cpus.c split Paolo Bonzini 2020-10-16 11:48 ` [PULL 22/22] ci: include configure and meson logs in all jobs if configure fails Paolo Bonzini 2020-10-16 15:53 [PULL v2 00/22] Build system + misc changes for 2020-10-16 Paolo Bonzini 2020-10-16 15:53 ` [PULL 18/22] meson: Move the detection logic for sphinx to meson Paolo Bonzini
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=b80a46c4-e716-4425-7372-d8dcf415a22a@redhat.com \ --to=eblake@redhat.com \ --cc=luoyonggang@gmail.com \ --cc=pbonzini@redhat.com \ --cc=qemu-devel@nongnu.org \ /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
QEMU-Devel Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/qemu-devel/0 qemu-devel/git/0.git git clone --mirror https://lore.kernel.org/qemu-devel/1 qemu-devel/git/1.git git clone --mirror https://lore.kernel.org/qemu-devel/2 qemu-devel/git/2.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 qemu-devel qemu-devel/ https://lore.kernel.org/qemu-devel \ qemu-devel@nongnu.org public-inbox-index qemu-devel Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.nongnu.qemu-devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git