From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5119 invoked by alias); 26 May 2017 14:45:49 -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 5039 invoked by uid 89); 26 May 2017 14:45:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*M:9fac X-HELO: mail-wm0-f50.google.com Received: from mail-wm0-f50.google.com (HELO mail-wm0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 26 May 2017 14:45:37 +0000 Received: by mail-wm0-f50.google.com with SMTP id b84so130581568wmh.0 for ; Fri, 26 May 2017 07:45:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=jPyHIWKf/OPcnKd70HHMGKLlOsCKG3k8CXqOUBXRt7E=; b=JqkmeUIo7G5uqdif4jNsYdsNu1VOsHi5Ev94OB/+fS2eRSnEvQU3S3M3wuT+1TPcs/ qYULlxBs/Ee7TxCfjf5KNV+6ffSF7mO4RwBs0rRzbFIq0o0f/ydB+kjwSe3eFqev2hhd wynJrEnvW4kWjBsBLH+SAKsGHbxeIdu0yqia44rAzCjvGvfmw5wJ4zdUT01h3HudoEv4 QMcyHHDkWeEVyP+1litPaytTixFs9MpJGgCKfPxHP3KXfgS4VucCydR2S24CsQRLw/v8 NTIuDM0cemLvTl/qdkZRCUwroiSrn5J0QszgiJ+Y+s+X67qh7WRQf6tzLl4keGGekUN/ aQ1A== X-Gm-Message-State: AODbwcDe6QbgGk/ZmH/n5NHQOLtOY/bOIdc7n95fwXZ/D4jbbdKuLAq7 Y4LKHWwrN1Whla/sHKY4oQ== X-Received: by 10.28.181.3 with SMTP id e3mr2218801wmf.41.1495809937570; Fri, 26 May 2017 07:45:37 -0700 (PDT) Received: from [192.168.0.102] ([37.189.166.198]) by smtp.gmail.com with ESMTPSA id l70sm18066082wma.11.2017.05.26.07.45.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 May 2017 07:45:36 -0700 (PDT) Subject: Re: GDB 7.99.91 MinGW compilation error in cli-script.c To: Eli Zaretskii References: <83fug35v70.fsf@gnu.org> <83y3tt2ow0.fsf@gnu.org> <83vaox2j0w.fsf@gnu.org> <7017128a-7b51-5436-657b-58807d04eb02@redhat.com> <83vaouns1q.fsf@gnu.org> <837f18ohr2.fsf@gnu.org> <54594002-5d70-9ff8-c481-0cbfc8c68c7b@redhat.com> <834lwam7n4.fsf@gnu.org> <20170524193716.5arjibe4s5efvgj7@adacore.com> <15568468-0852-d786-8777-4adbd16825a0@redhat.com> <83tw48jc0f.fsf@gnu.org> <209349d7-a2b5-74ab-3b49-553d6e9ed97e@redhat.com> <83h907kbyg.fsf@gnu.org> <85877f9a-707d-dd19-f287-5fb1db3bc783@redhat.com> <83d1avk7ob.fsf@gnu.org> Cc: brobecker@adacore.com, simon.marchi@polymtl.ca, gdb-patches@sourceware.org From: Pedro Alves Message-ID: <7f196862-5e45-028b-9fac-868ce91d356d@redhat.com> Date: Fri, 26 May 2017 14:45:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <83d1avk7ob.fsf@gnu.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-05/txt/msg00564.txt.bz2 On 05/26/2017 03:35 PM, Eli Zaretskii wrote: > Well, I suggest to document these conventions somewhere, like the > Wiki. I don't think they are self-evident, and standards.texi doesn't > say anything about qualifying method names, it just tells to use the > Emacs add-log commands and the related VC features. OK. I see plenty of entries on gcc's ChangeLogs using the same convention, and I never thought that others would ever want to skip a method's class name. Agreed about wiki. Though maybe GCC already documents it somewhere, and we just need to point at it. I wasn't aware about this emacs issue. >> I never managed to get used to using emacs commands to write the ChangeLog. >> I write ChangeLog entries manually, directly in the git commit log, >> while scrolling through the diff, as last "self review" event, and >> then copy over to the ChangeLog file at push time. > > You will find some advice for a better workflow in the CONTRIBUTE file > in the Emacs repository > (http://git.savannah.gnu.org/cgit/emacs.git/tree/CONTRIBUTE). > > I've just asked the CC Mode maintainer to allow the add-log commands > to not strip the class qualifiers. But namespace qualifiers will > still have to be added by hand, I'm afraid, which is a bit of a > nuisance, IMO. > Thanks. -- Pedro Alves