mbox series

[v2,0/8] meson: Clarify summary

Message ID 20210121095616.1471869-1-philmd@redhat.com
Headers show
Series meson: Clarify summary | expand

Message

Philippe Mathieu-Daudé Jan. 21, 2021, 9:56 a.m. UTC
Reorder stuffs in summary to quicker understand bug reports.

Remove information from deselected features when not necessary.

Since v2:
- integrate Paolo's summary sections
- simpler sort

Philippe Mathieu-Daudé (8):
  meson: Summarize information related to directories first
  meson: Display host binaries information altogether
  meson: Summarize overall features altogether
  meson: Summarize compilation-related information altogether
  meson: Display accelerators and selected targets altogether
  meson: Display block layer information altogether
  meson: Display cryto-related information altogether
  meson: Display library dependencies altogether

 meson.build | 295 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 171 insertions(+), 124 deletions(-)

Comments

Paolo Bonzini Jan. 21, 2021, 12:03 p.m. UTC | #1
On 21/01/21 10:56, Philippe Mathieu-Daudé wrote:
> Reorder stuffs in summary to quicker understand bug reports.
> 
> Remove information from deselected features when not necessary.
> 
> Since v2:
> - integrate Paolo's summary sections
> - simpler sort
> 
> Philippe Mathieu-Daudé (8):
>    meson: Summarize information related to directories first
>    meson: Display host binaries information altogether
>    meson: Summarize overall features altogether
>    meson: Summarize compilation-related information altogether
>    meson: Display accelerators and selected targets altogether
>    meson: Display block layer information altogether
>    meson: Display cryto-related information altogether
>    meson: Display library dependencies altogether
> 
>   meson.build | 295 ++++++++++++++++++++++++++++++----------------------
>   1 file changed, 171 insertions(+), 124 deletions(-)
> 

Queued, thanks.

Paolo