Skip to content
Snippets Groups Projects
  • Paolo Bonzini's avatar
    6638cae5
    meson: bump submodule to 0.59.3 · 6638cae5
    Paolo Bonzini authored
    
    This gains some bugfixes, especially:
    
    - it fixes the introspection of array options.  While technically we
    still support Meson 0.58.2, this issue only appears when adding a new
    option and not if the user is just building QEMU.  In the relatively
    rare case of a contributor using --meson to point to a 0.58 version,
    review can catch spurious changes to scripts/meson-buildoptions.sh
    easily.
    
    - it fixes "meson test" when it is not the process group leader.  Make is
    the process group leader when "make check" invokes "meson test", so this
    is a requirement for using it as a test harness.
    
    Tested-by: default avatarThomas Huth <thuth@redhat.com>
    Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    6638cae5
    History
    meson: bump submodule to 0.59.3
    Paolo Bonzini authored
    
    This gains some bugfixes, especially:
    
    - it fixes the introspection of array options.  While technically we
    still support Meson 0.58.2, this issue only appears when adding a new
    option and not if the user is just building QEMU.  In the relatively
    rare case of a contributor using --meson to point to a 0.58 version,
    review can catch spurious changes to scripts/meson-buildoptions.sh
    easily.
    
    - it fixes "meson test" when it is not the process group leader.  Make is
    the process group leader when "make check" invokes "meson test", so this
    is a requirement for using it as a test harness.
    
    Tested-by: default avatarThomas Huth <thuth@redhat.com>
    Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>