From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59772 invoked by alias); 17 Sep 2018 23:03:12 -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 59742 invoked by uid 89); 17 Sep 2018 23:03:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=him X-HELO: gateway36.websitewelcome.com Received: from gateway36.websitewelcome.com (HELO gateway36.websitewelcome.com) (50.116.126.2) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Sep 2018 23:03:10 +0000 Received: from cm17.websitewelcome.com (cm17.websitewelcome.com [100.42.49.20]) by gateway36.websitewelcome.com (Postfix) with ESMTP id 610BE400C904B for ; Mon, 17 Sep 2018 17:08:26 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id 22XsgUB7JPvAd22XsgNtY8; Mon, 17 Sep 2018 18:03:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=6b1SW0c8PUmE2pMn4gYxoynAHP2hKAse696iCTDzxS4=; b=fcl9R8f0qRx9Uq7kyakL3ZNi0j XXN+K+nF3Wl19XEIBuaHwaAdMVzuKBn5BnNwYW8cEVmFSuLBthNZLwlClqFj2Bb7E4gK0O0Hp5DB4 NKM1KPwK0+K/tFJSAcILPEbtF; Received: from 97-122-190-66.hlrn.qwest.net ([97.122.190.66]:53120 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1g22Xs-002fit-Em; Mon, 17 Sep 2018 18:03:08 -0500 From: Tom Tromey To: Joel Brobecker Cc: Tom Tromey , Xavier Roirand , gdb-patches@sourceware.org Subject: Re: [RFA 0/5] Fix some bugs on macOS References: <1534932677-9496-1-git-send-email-roirand@adacore.com> <87fty7vo3j.fsf@tromey.com> <20180917212522.GI19172@adacore.com> Date: Mon, 17 Sep 2018 23:03:00 -0000 In-Reply-To: <20180917212522.GI19172@adacore.com> (Joel Brobecker's message of "Mon, 17 Sep 2018 14:25:22 -0700") Message-ID: <87musfn2vo.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-09/txt/msg00615.txt.bz2 >>>>> "Joel" == Joel Brobecker writes: Joel> Not speaking for Xavier specifically, but more in general; if patches Joel> are approved, but somehow the contributor takes time to actually push, Joel> I am been known to push the patch myself if it is a patch that I need. Joel> I would say you should feel free to do the same; or else let me know Joel> which patches (I lost track a bit), and I will push them for him -- Joel> I think Xavier is going to be busy this week. I am quite happy to Joel> cover for him. Thanks Joel. Or I can also do it I just wanted to check in first -- I didn't want to surprise anybody. Tom