From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Org-mode bugs in the Emacs bug tracker Date: Sat, 12 Dec 2020 00:53:23 +0100 Message-ID: <87im97ew7g.fsf@bzg.fr> References: <20201206092641.xv5gkqcwbpc5gau7@E15-2016.optimum.net> <87o8j1537q.fsf@bzg.fr> <87pn3g52gg.fsf@bzg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12506"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Stefan Kangas , Boruch Baum , Emacs-Devel List To: Tim Cross Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 12 00:54:52 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1knsFP-000352-HG for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Dec 2020 00:54:51 +0100 Original-Received: from localhost ([::1]:36578 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knsFO-0008Cu-Fp for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Dec 2020 18:54:50 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59066) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knsE3-0007gs-2a for emacs-devel@gnu.org; Fri, 11 Dec 2020 18:53:27 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58347) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knsE2-0006v3-6B; Fri, 11 Dec 2020 18:53:26 -0500 Original-Received: from [2a01:e35:2fe1:f780:356c:6467:2230:f407] (port=34142 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1knsE1-0008Mi-LK; Fri, 11 Dec 2020 18:53:25 -0500 Original-Received: by guerry (Postfix, from userid 1000) id 949A51A60DA4; Sat, 12 Dec 2020 00:53:23 +0100 (CET) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:260703 Archived-At: Hi Tim, Tim Cross writes: > What is https://updates.orgmode.org?=20 See the announcement on this list: https://orgmode.org/list/87y2p6ltlg.fsf@bzg.fr/ It is a way to track important updates: mainly confirmed bugs, upcoming changes, help requests, patches, latest releases. > when I try that url, I get a 502 bad gateway error. Fixed, thanks. > The bit I find frustrating is I don't know where bug submitted to=20 > emacs-orgmode@gnu.org get tracked=20 For years, M-x org-submit-bug-report sends reports to this list, and the list *is* the bug tracker. I.e. we had no bug tracker. Some users use M-x report-emacs-bugs to submit Org bugs, these bugs get tracked on debbugs. > i.e. those which are only submitted > to the list and are not passed to the list from debbugs.gnu.org. I > see bug reports come through on the list and I sometimes see patches > posted to the list to address a bug, but where can I go to see the > status of all currently known bugs and see threads relating to work > in resolving the bugs etc. I don't mind if this means checking > multiple repositories (though it would be better if there was one > definitive repository).=C2=A0 Your safest bet is to check bugs on updates because bugs there have been *confirmed* by someone. Clicking on a bug on updates.orgmode.org will bring you to the conversation on this list where the bug have been confirmed. Then, you can track bugs from debbugs, using one of these URLs: https://debbugs.gnu.org/cgi/pkgreport.cgi?package=3Dorg-mode https://debbugs.gnu.org/cgi/pkgreport.cgi?package=3Demacs Sometimes bugs reports on debbugs are also shared on this list. > Is there some place where all bugs reported to emacs-orgmode=C2=A0list are > tracked? For example, if tomorrow I find I have=C2=A0some spare time and > would like to contribute to org mode by seeing if I can fix a bug, > where can I go to find a list of bugs with current details about the > status (including whether someone else is already working to resolve > it).=C2=A0 You can go on https://updates.orgmode.org You will find bugs to work on and requests for help. Best, --=20 Bastien