From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114546 invoked by alias); 17 Jan 2020 20:39:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 114537 invoked by uid 89); 17 Jan 2020 20:39:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.9 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=arrangement, UD:git.savannah.gnu.org, sk:gitsav, UD:savannah.gnu.org X-HELO: mail-oi1-f175.google.com Received: from mail-oi1-f175.google.com (HELO mail-oi1-f175.google.com) (209.85.167.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Jan 2020 20:39:24 +0000 Received: by mail-oi1-f175.google.com with SMTP id 18so23370616oin.9 for ; Fri, 17 Jan 2020 12:39:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=P9BJHTyN1wna8D+gWVJNTnzbO3NK5CWfNJONDVUbSII=; b=Iq6tDPdiOT9bTAsjEDdz1RX1NPgxmud1sFbE/FafKABjk3b0HwhV+6gOsglK+9lLNZ YGjji02vmT7ob6vrZDuy5OHVgh8zeVf5R507/5fi+CEVrKb/Rdwp1Zr2cIXhRqJC7BdP eSifU3n/TrXF+mkaTa7OdIqsFnNixRfAX7M5rFMqaAhK2+FbYKBQHV/AIkZdR0tH44Xw MJReIa5aKBVEjxWzKxJbsTrLLVDvGClfnytUsI5NNP0+0KzBRiZQjoLPaNLxk+vVdc6m 5tvZJBK5IvdiSAgsWJ/+j/NRhrwmVJGaysT6G8IMjXaYtGsdgcMm1lj+2xOM4kntj7ZT f1Gg== MIME-Version: 1.0 References: <20191211214745.E1CF0838D4@joel.gnat.com> <83tv604239.fsf@gnu.org> <835zic2wer.fsf@gnu.org> <83h81w14z1.fsf@gnu.org> <20191223074346.GC11677@adacore.com> <83tv5rvtgo.fsf@gnu.org> <20191224035315.GC25918@adacore.com> <83h81pwxkb.fsf@gnu.org> In-Reply-To: <83h81pwxkb.fsf@gnu.org> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Fri, 17 Jan 2020 20:56:00 -0000 Message-ID: Subject: Re: GDB 9.0.90 available for testing To: Eli Zaretskii Cc: Joel Brobecker , gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00567.txt.bz2 On Tue, Dec 24, 2019 at 10:30 AM Eli Zaretskii wrote: > > > Date: Tue, 24 Dec 2019 07:53:15 +0400 > > From: Joel Brobecker > > Cc: cbiesinger@google.com, gdb-patches@sourceware.org > > > > > > - Keep track of the patch submission on the readline end; > > > > > > How does one do that? I looked at the Readline's Git repository, but > > > couldn't find the patch there, and didn't understand the branch > > > arrangement. Perhaps Chet didn't yet push the changes? Or am I > > > missing something? > > > > That one is a little tougher. When I read Chet's message, I thought > > it was a little ambiguous, but the way I read it was that he was > > only acknowledging the receipt of the report and patch, so he hadn't > > had a chance to review and apply it. What I would do is ask him > > if he could let us know when it is reviewed and (hopefully) applied. > > > > If he forgets, that's not a huge deal, but we basically expose > > ourselves to facing that same issue again at the next readline > > upgrade. We could be even more proactive, but I don't think it > > would be worth the effort. > > OK, thanks. I will try to keep an eye on Readline. Looks like this landed in readline: http://git.savannah.gnu.org/cgit/readline.git/diff/posixstat.h?h=devel&id=e09431eaf2de3c3ac289a42c85a760ec549f634e I haven't checked if there are any changes relative to Eli's patch. Christian