From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id GZRhMMHtzl/SWgAAWB0awg (envelope-from ) for ; Mon, 07 Dec 2020 22:06:41 -0500 Received: by simark.ca (Postfix, from userid 112) id BA27B1F071; Mon, 7 Dec 2020 22:06:41 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham 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 5BE291EF4B for ; Mon, 7 Dec 2020 22:06:40 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 71FA03858018; Tue, 8 Dec 2020 03:06:39 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 10B363858008 for ; Tue, 8 Dec 2020 03:06:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 10B363858008 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D5BBA5605B; Mon, 7 Dec 2020 22:06:37 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ufGIInDFkRQ2; Mon, 7 Dec 2020 22:06:37 -0500 (EST) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id 7919A562AD; Mon, 7 Dec 2020 22:06:37 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id 84E23A1880; Tue, 8 Dec 2020 07:06:32 +0400 (+04) Date: Tue, 8 Dec 2020 07:06:32 +0400 From: Joel Brobecker To: Simon Marchi Subject: Re: [PATCH 1/4] gdb: make discrete_position return optional Message-ID: <20201208030632.GF3202@adacore.com> References: <20201123162120.3778679-1-simon.marchi@efficios.com> <20201123162120.3778679-2-simon.marchi@efficios.com> <20201206053835.GC321750@adacore.com> <11f410ad-f939-5668-9566-00287a3a891d@efficios.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11f410ad-f939-5668-9566-00287a3a891d@efficios.com> 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: , Cc: Simon Marchi via Gdb-patches Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > On 2020-12-06 12:38 a.m., Joel Brobecker wrote: > > ... that you revision logs have the Change-Id: field, which I assume > > was for when we were trying Gerrit out. Since it's no longer the case, > > perhaps you might want to disconnect the hook that adds them > > automatically? > > I use Gerrit myself for tracking the patches I send to GDB. That's the only > reliable way I found to keep track of patches I've sent that I haven't > merged yet, so they don't just get lost and forgotten on the list. And I > presume it doesn't really cause an inconvenience to anybody. I can only speak for myself, but personally I don't mind. The only reason I highlighted them is because I thought they were an oversight. -- Joel