qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] meson.build: Don't look for libudev for static builds


From: Peter Maydell
Subject: Re: [PATCH] meson.build: Don't look for libudev for static builds
Date: Fri, 2 Oct 2020 16:28:05 +0100

On Fri, 2 Oct 2020 at 16:15, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Or is it loops vs. functions that you find ugly?

Lack of functions. Being able to abstract out what you're
doing into something with a comprehensible name is a
pretty basic software engineering requirement. Yes, you
*can* rearrange everything so that you ensure that
all the code that wants to do something sets up
some variables and then you loop over them, but
then you're contorting things out of the most readable
way to express them to work around limitations of the
build tool.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]