From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16666 invoked by alias); 14 Jul 2014 19:01:00 -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 16615 invoked by uid 89); 14 Jul 2014 19:00:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f175.google.com Received: from mail-vc0-f175.google.com (HELO mail-vc0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 14 Jul 2014 19:00:58 +0000 Received: by mail-vc0-f175.google.com with SMTP id hu12so2952084vcb.20 for ; Mon, 14 Jul 2014 12:00:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=BKB11vTWjkvcEIWx4yG8Kv8Acl7luqoziAdQSnnGuLg=; b=lYU7DiaDlKYgwfQ6wFIKGykfxx5h7P79BgJm5A6JboVquLL7xAcl/pXRu3ieviSfI3 t+uIDkxm6n3kh7OGAm5SRI5N5v6Fk1WEzTNnduEKykm0EMKP11+k1QFaghBirrQGOvAZ q+xNxvGDw0brBHcA2u4UpntdCCG391JrMSqRYdRSXhomOORCZwNZ8q8o59JAdxeLkTt1 bd3Fd/irjpfGrq+jtIAtqdjEWW/IiRhJ0c+PH2E0n0w6VTstgVCZSLntb9dVIEhgvo/u 8eBhuwojHbnHmD0jhBSdaHte6eYy/F/2Q2IuPR4NQytrvTvyM6BzePRT89Wk/QORckGg LmkA== X-Gm-Message-State: ALoCoQlGgBtU0WQAIR3zqFf0tif4+X8u93NF7wuNiW5swkc3aPtOMVnkt0FjD+2SGVHCRCTjR+RA MIME-Version: 1.0 X-Received: by 10.52.23.71 with SMTP id k7mr6949497vdf.27.1405364455831; Mon, 14 Jul 2014 12:00:55 -0700 (PDT) Received: by 10.52.28.233 with HTTP; Mon, 14 Jul 2014 12:00:55 -0700 (PDT) In-Reply-To: <878uo180se.fsf@fleche.redhat.com> References: <1403157035-13558-1-git-send-email-yao@codesourcery.com> <87ha2p81ru.fsf@fleche.redhat.com> <878uo180se.fsf@fleche.redhat.com> Date: Mon, 14 Jul 2014 19:13:00 -0000 Message-ID: Subject: Re: [PATCH OBV] Remove any_running From: Doug Evans To: Tom Tromey Cc: Yao Qi , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00352.txt.bz2 On Thu, Jul 10, 2014 at 12:35 PM, Tom Tromey wrote: >>>>>> "Doug" == Doug Evans writes: > > Doug> [See, the community really is pedantic about its attention to rules.] > > I am not "the community", I'm a person. Please address me as such. As you wish. > I'm not sure what to say about this other than there is no rule here, I > am expressing my opinion. You may consider it pedantic, but I on the > other hand consider it just common sense not to push in code without a > use. > > Doug> Otherwise, I wouldn't have checked this in ... > > Doug> No worries. Patch reverted. > > All you had to do was mention the patch. It was not mentioned in your > email, and I think it's unreasonably to expect that I, or anyone, would > remember some other series from 3 months ago. It seemed obvious (common sensical (sp?) :-)) that I wouldn't be committing the patch if there wasn't another patch about to be committed that depended on it. Noted for next time.