qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 35/38] qapi/types.py: remove one-letter variables


From: John Snow
Subject: Re: [PATCH v2 35/38] qapi/types.py: remove one-letter variables
Date: Wed, 23 Sep 2020 18:11:01 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/23/20 3:14 PM, Eduardo Habkost wrote:
I'm not sure I like this weird expression, but I believe asking
for a 120-patch cleanup series to be respun because of a tiny
style issue would be counterproductive, so:

Reviewed-by: Eduardo Habkost<ehabkost@redhat.com>

I was trying to reduce the indent level to accommodate the longer names, but python ternaries *are* pretty weird.

It'd be nice to enforce always having a variants object instead (even if it's empty!) and then add __bool__ and __iter__ methods to QAPISchemaVariants such that you could always do:

"if variants"

or

"for variant in variants"

but we're not there just yet... should I just put it back the way it was, with the deep nesting?

--js




reply via email to

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