From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 2227A3844079 for ; Fri, 3 Jul 2020 15:06:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2227A3844079 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 CB2C25609F; Fri, 3 Jul 2020 11:06:56 -0400 (EDT) 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 AzB2QojCrZnA; Fri, 3 Jul 2020 11:06:56 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 988B55609E; Fri, 3 Jul 2020 11:06:56 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 05582864E6; Fri, 3 Jul 2020 08:06:55 -0700 (PDT) Date: Fri, 3 Jul 2020 08:06:54 -0700 From: Joel Brobecker To: Simon Marchi Cc: gdb-patches@sourceware.org, Tom Tromey Subject: Re: GDB 10 branching - 2020-06-27 Update Message-ID: <20200703150654.GJ5340@adacore.com> References: <20200627154005.GA5618@adacore.com> <0b1b1404-d383-42de-1e7a-fca1a6df0a2d@simark.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0b1b1404-d383-42de-1e7a-fca1a6df0a2d@simark.ca> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP 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: Fri, 03 Jul 2020 15:06:59 -0000 > Another item would be the Guile 2.2 and 3.0 support, the latest version > being here: > > https://sourceware.org/pipermail/gdb-patches/2020-June/169936.html > > It's been a quite long-running issue: > > https://sourceware.org/bugzilla/show_bug.cgi?id=21104 > > and it's nice to finally have someone address it. It would be a shame > I think if it didn't make it into this release. I'll follow the group on that one. It's a risk vs reward situation: How risky is it for us to put the patch in just before the branch, versus how much do we expect to gain by having it now rather than in 6 months? Given that this should only affect Guile support, I suppose the risk we are taking is limited to that part. If the risk is low and acceptable to everyone, then we can decide to have it in GDB 10. I'll put it on the list for now... > I have looked at the patches, but I know nothing about this, so I can't > review them properly. Do you know who would be most qualified to review > this? Traditionally, it's been Doug Evans. -- Joel