From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Move to a cadence release model? Date: Thu, 12 Nov 2015 18:57:18 +0200 Message-ID: <83io57i2a9.fsf@gnu.org> References: <83y4e4k03c.fsf@gnu.org> <83wptni3vj.fsf@gnu.org> <5644C1E8.8040404@iancu.ch> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1447347493 24682 80.91.229.3 (12 Nov 2015 16:58:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Nov 2015 16:58:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stelian Iancu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 12 17:58:07 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZwvCH-0007WW-5O for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2015 17:58:05 +0100 Original-Received: from localhost ([::1]:48082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwvCG-0008S0-Id for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2015 11:58:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwvC4-0008Ri-IJ for emacs-devel@gnu.org; Thu, 12 Nov 2015 11:57:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwvC0-0007Vu-Hi for emacs-devel@gnu.org; Thu, 12 Nov 2015 11:57:52 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:51687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwvC0-0007Vd-9u for emacs-devel@gnu.org; Thu, 12 Nov 2015 11:57:48 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NXP00E00O6PH600@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 12 Nov 2015 18:57:32 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NXP00EWDOFWGE10@a-mtaout20.012.net.il>; Thu, 12 Nov 2015 18:57:32 +0200 (IST) In-reply-to: <5644C1E8.8040404@iancu.ch> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194254 Archived-At: > From: Stelian Iancu > Cc: emacs-devel@gnu.org > Date: Thu, 12 Nov 2015 17:44:24 +0100 > > It does, to a certain degree. I'm only used to, let's say, more formal > bug handling, where there is a certain process that is followed by both > the reporter of the bug as well as the developer that is working on the > bug. For example, in the places I've worked, there were different states > that the bug was on, like "new", "confirmed", "reproducible", etc. Is > there such a thing for Emacs bugs? See admin/notes/bugtracker. There are some tags you can tag the bug, and there is "severity". There's no formal process to set these, though. > Let's say I'd like to have a look at the existing bugs, trying to at > least reproduce them and comment in the bug reports. How would I > practically do that? The Web page provides filtering that you could use. Alternatively, install debbugs.el from ELPA and use that. > I'm following the bugs mailing list on gmane for the past week or so, btw. Thanks.