From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id D7616385B805 for ; Fri, 2 Jul 2021 04:50:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D7616385B805 Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 990FC34027D; Fri, 2 Jul 2021 04:50:42 +0000 (UTC) Date: Fri, 2 Jul 2021 00:50:41 -0400 From: Mike Frysinger To: Hannes Domani Cc: Simon Marchi , "gdb-patches@sourceware.org" , Joel Brobecker Subject: Re: ANNOUNCEMENT: ChangeLog policy change after GDB 11 Message-ID: Mail-Followup-To: Hannes Domani , Simon Marchi , "gdb-patches@sourceware.org" , Joel Brobecker References: <20210613151051.GA1620040@adacore.com> <0a45d93b-a293-0a2e-91ad-0ad88cb1747e@polymtl.ca> <20210628172816.GC550682@adacore.com> <1285750350.40395.1624961229935@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1285750350.40395.1624961229935@mail.yahoo.com> X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 02 Jul 2021 04:50:45 -0000 On 29 Jun 2021 10:07, Hannes Domani wrote: > Am Dienstag, 29. Juni 2021, 03:11:19 MESZ hat Mike Frysinger Folgendes geschrieben: > > On 28 Jun 2021 13:41, Simon Marchi via Gdb-patches wrote: > > > On 2021-06-28 1:28 p.m., Joel Brobecker wrote: > > > > What about... > > > > > > > >    Bug: PR gdb/1234 > > > > > > > > ... or... > > > > > > > >    Xref: PR gdb/1234 > > > > > > > > ? > > > > > > Regardless of the name of the trailer we choose, what if we put the URL > > > as the value: > > > > > >  Fixes: https://sourceware.org/bugzilla/show_bug.cgi?id=1234 > > > > can we finally get shortlink redirects ? > >   https://sourceware.org/bugzilla/1234 > >   https://sourceware.org/PR1234 > > Doesn't the second one work for you? It does for me. annoyingly, it does. i had been testing /bugzilla/PR1234 to no avail. would be nice if these links were more easily discoverable. like if the show_bug page itself used these links. not sure bugzilla exposes these as config options though. at any rate, if we link to bugs in commit messages, imo using a URI is a lot easier for people as it doesn't require unstated assumptions like "what is a PR" and "what do i do with this string after PR". i think everyone knows what to do with a URI at this point. -mike