From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id D451138A2414 for ; Wed, 18 Mar 2020 21:45:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D451138A2414 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 629BC1E5F8; Wed, 18 Mar 2020 17:45:37 -0400 (EDT) Subject: Re: [RFC][PATCH] Support frames inlined into the outer frame To: scott@scottlinder.com Cc: Gdb Patches References: <237802b049d5e89a6d556559815b6f20@scottlinder.com> <94abc873-ed9f-e469-5e5d-56b66ecb847a@simark.ca> <45b7adaa80fd9f1fc2598ea204273674@scottlinder.com> From: Simon Marchi Message-ID: <09367f43-a9a5-cfb1-f854-8084653f0c70@simark.ca> Date: Wed, 18 Mar 2020 17:45:36 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <45b7adaa80fd9f1fc2598ea204273674@scottlinder.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US-large Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 18 Mar 2020 21:45:38 -0000 On 2020-03-18 5:42 p.m., scott@scottlinder.com wrote: > Hi Simon, > > Makes sense, I'll use git-send-email in the future. Thank you for > bearing with > me as I get set up, and I'm sorry for the spam. I also just noticed I > neglected > to delete Gerrit's Change-Id from the commit message, so I may send an > updated > diff with git-send-email once I have it set up, as a bit of a smoke > test. > > Scott No worries, I'm happy to help people get the right tools, it helps everybody in the long run. Don't sweat about Gerrit's change id. In fact, we might even try to use it in the future to track patch versions on Patchwork (we are supposed to get an instance running soon).