[PATCH 0/2] meson: Sort summary() values alphabetically

Michal Privoznik posted 2 patches 7 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1727163994.git.mprivozn@redhat.com
meson.build | 58 ++++++++++++++++++++++++++---------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
[PATCH 0/2] meson: Sort summary() values alphabetically
Posted by Michal Privoznik 7 months, 3 weeks ago
*** BLURB HERE ***

Michal Prívozník (2):
  meson: Restore alphabetical order of reported libraries
  meson: Sort values reported in summary()

 meson.build | 58 ++++++++++++++++++++++++++---------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

-- 
2.45.2
Re: [PATCH 0/2] meson: Sort summary() values alphabetically
Posted by Pavel Hrdina 7 months, 3 weeks ago
On Tue, Sep 24, 2024 at 09:46:57AM +0200, Michal Privoznik wrote:
> *** BLURB HERE ***
> 
> Michal Prívozník (2):
>   meson: Restore alphabetical order of reported libraries
>   meson: Sort values reported in summary()

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