From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id oO7/NDsDWmEWUwAAWB0awg (envelope-from ) for ; Sun, 03 Oct 2021 15:23:39 -0400 Received: by simark.ca (Postfix, from userid 112) id D6B6A1EE1A; Sun, 3 Oct 2021 15:23:39 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 88B941EDDB for ; Sun, 3 Oct 2021 15:23:39 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0E965385701F for ; Sun, 3 Oct 2021 19:23:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E965385701F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1633289019; bh=s0/a+z1whHu5RmJBP9dIH5ZCBX0ZXs8Kz3LZUBmTYkM=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=U4S3E4Wg+0D9nFXjdvqUaA8D2TLS0h1IUPW0v1rgDXP8WLEqsGz0N2r2MVnfuOWsX DfAe3v3++Wz3XARt96qeJxFWGhuEGTyrmot3QIFI9xA3XUiLpOp3f1uQoYr1mnh6oT ROEgiKgFsNVnqmnbPEwloqvhIq/pk7FT6LgJOEAs= Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id 67764385700C for ; Sun, 3 Oct 2021 19:22:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 67764385700C Received: from Plymouth (unknown [IPv6:2a02:390:9086:0:920d:3ab2:a6b3:b442]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id 0FF6A845E6; Sun, 3 Oct 2021 19:22:30 +0000 (UTC) Date: Sun, 3 Oct 2021 20:22:27 +0100 To: Simon Marchi Subject: Re: [PATCH v4 0/4] Refactor cmd_list_element.var Message-ID: <20211003192156.yirxfuzsslllpt3a@Plymouth> References: <20210929215011.1489639-1-lsix@lancelotsix.com> <5c332cdf-993b-af9c-88d9-2a9b3c28c3b6@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5c332cdf-993b-af9c-88d9-2a9b3c28c3b6@polymtl.ca> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Sun, 03 Oct 2021 19:22:30 +0000 (UTC) X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > This series is OK to push with the minor comments addressed. Thanks a > lot for picking this up. > > Simon Hi, After addressing the last comments you made on the last iteration, I pushed this series to trunk. Thanks for your time for the reviews! Best, Lancelot.