[libvirt PATCH 0/3] Run more syntax checks

Ján Tomko posted 3 patches 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1596448747.git.jtomko@redhat.com
build-aux/Makefile.in     |  1 +
build-aux/meson.build     |  1 +
build-aux/syntax-check.mk | 18 +++++++++---------
config.h                  | 18 ++++++++++++++++++
4 files changed, 29 insertions(+), 9 deletions(-)
[libvirt PATCH 0/3] Run more syntax checks
Posted by Ján Tomko 3 years, 8 months ago
Some were left out during the meson conversion.

Ján Tomko (3):
  config.h: add a copyright blurb
  build-aux: set the PYTHON variable in the Makefile
  build-aux: add sc_ prefix to more syntax checks

 build-aux/Makefile.in     |  1 +
 build-aux/meson.build     |  1 +
 build-aux/syntax-check.mk | 18 +++++++++---------
 config.h                  | 18 ++++++++++++++++++
 4 files changed, 29 insertions(+), 9 deletions(-)

-- 
2.26.2

Re: [libvirt PATCH 0/3] Run more syntax checks
Posted by Pavel Hrdina 3 years, 8 months ago
On Mon, Aug 03, 2020 at 11:59:21AM +0200, Ján Tomko wrote:
> Some were left out during the meson conversion.
> 
> Ján Tomko (3):
>   config.h: add a copyright blurb
>   build-aux: set the PYTHON variable in the Makefile
>   build-aux: add sc_ prefix to more syntax checks

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>

with the comment for patch 2 addressed.