[libvirt PATCH 00/13] syntax-check: Cleanups and improvements

Andrea Bolognani posted 13 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220523173754.336735-1-abologna@redhat.com
build-aux/Makefile.in     |   1 +
build-aux/meson.build     |   7 +-
build-aux/syntax-check.mk | 773 ++++++++++++++++++--------------------
ci/Makefile               |   2 +-
4 files changed, 365 insertions(+), 418 deletions(-)
[libvirt PATCH 00/13] syntax-check: Cleanups and improvements
Posted by Andrea Bolognani 1 year, 11 months ago
  $ meson test --suite blurb

Andrea Bolognani (13):
  syntax-check: Drop sc_bindtextdomain check
  syntax-check: Remove sc_gettext_init exception
  syntax-check: Remove sc_copyright_usage exception
  syntax-check: Improve sc_prohibit_config_h_in_headers check
  syntax-check: Use VC_LIST_EXCEPT in sc_prohibit_backup_files
  syntax-check: Simplify VC_LIST_ALWAYS_EXCLUDE_REGEX
  syntax-check: Drop unused machinery
  syntax-check: Drop ME variable
  syntax-check: Detect awk the same as all other programs
  syntax-check: Reorganize file
  syntax-check: Add all target
  syntax-check: Drop sc_ prefix when adding checks to meson
  syntax-check: Enforce sc_prohibit_backslash_alignment everywhere

 build-aux/Makefile.in     |   1 +
 build-aux/meson.build     |   7 +-
 build-aux/syntax-check.mk | 773 ++++++++++++++++++--------------------
 ci/Makefile               |   2 +-
 4 files changed, 365 insertions(+), 418 deletions(-)

-- 
2.35.3
Re: [libvirt PATCH 00/13] syntax-check: Cleanups and improvements
Posted by Michal Prívozník 1 year, 11 months ago
On 5/23/22 19:37, Andrea Bolognani wrote:
>   $ meson test --suite blurb
> 
> Andrea Bolognani (13):
>   syntax-check: Drop sc_bindtextdomain check
>   syntax-check: Remove sc_gettext_init exception
>   syntax-check: Remove sc_copyright_usage exception
>   syntax-check: Improve sc_prohibit_config_h_in_headers check
>   syntax-check: Use VC_LIST_EXCEPT in sc_prohibit_backup_files
>   syntax-check: Simplify VC_LIST_ALWAYS_EXCLUDE_REGEX
>   syntax-check: Drop unused machinery
>   syntax-check: Drop ME variable
>   syntax-check: Detect awk the same as all other programs
>   syntax-check: Reorganize file
>   syntax-check: Add all target
>   syntax-check: Drop sc_ prefix when adding checks to meson
>   syntax-check: Enforce sc_prohibit_backslash_alignment everywhere
> 
>  build-aux/Makefile.in     |   1 +
>  build-aux/meson.build     |   7 +-
>  build-aux/syntax-check.mk | 773 ++++++++++++++++++--------------------
>  ci/Makefile               |   2 +-
>  4 files changed, 365 insertions(+), 418 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal