From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUXmn-00065E-Ie for qemu-devel@nongnu.org; Wed, 05 Dec 2018 09:04:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUXmj-0000bE-CC for qemu-devel@nongnu.org; Wed, 05 Dec 2018 09:04:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36238) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gUXme-0000TZ-U2 for qemu-devel@nongnu.org; Wed, 05 Dec 2018 09:04:15 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E6E80308A953 for ; Wed, 5 Dec 2018 14:04:04 +0000 (UTC) From: Markus Armbruster References: <20180706105753.26700-1-marcandre.lureau@redhat.com> <20180706105753.26700-10-marcandre.lureau@redhat.com> Date: Wed, 05 Dec 2018 15:04:00 +0100 In-Reply-To: <20180706105753.26700-10-marcandre.lureau@redhat.com> (=?utf-8?Q?=22Marc-Andr=C3=A9?= Lureau"'s message of "Fri, 6 Jul 2018 12:57:35 +0200") Message-ID: <87r2ewrrxr.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v6 09/27] tests: print enum type members more like object type members List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Cc: qemu-devel@nongnu.org Marc-Andr=C3=A9 Lureau writes: > Commit 93bda4dd461 changed the internal representation of enum type > members from str to QAPISchemaMember, but we still print only a > string. Has been good enough, as the name is the member's only > attribute of interest, but that's about to change. To prepare, print > them more like object type members. > > Signed-off-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Markus Armbruster