unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Hyatt <ahyatt@gmail.com>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: jwiegley@gmail.com, "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: Basic questions about the triage process
Date: Mon, 28 Dec 2015 16:25:33 +0000	[thread overview]
Message-ID: <CAM6wYYKcF-k+dLaHZG0a1oWstYS0HdLJ6uNEJ3kOgqSShurDUQ@mail.gmail.com> (raw)
In-Reply-To: <8760zj2blv.fsf@gmx.de>

[-- Attachment #1: Type: text/plain, Size: 2629 bytes --]

Thanks Michael, this is a really nice summary.

One additional question: when looking at the open bugs, how do I know which
ones have already been already tested against Emacs 25?  I can see the
Emacs 25 blockers, but probably not all the bugs that are reproducible in
Emacs 25 are severe enough to be blockers, right?

On Mon, Dec 28, 2015 at 3:58 AM Michael Albinus <michael.albinus@gmx.de>
wrote:

> Andrew Hyatt <ahyatt@gmail.com> writes:
>
> Hi Andrew,
>
> > 1) How to identify the bugs to be triaged. I actually don't know the
> > set of bugs you are interested in. All the open ones? Just the ones
> > blocking emacs 25? If I'm using the debbugs package, what's the
> > command I use to display just the set we're interested in?
>
> debbugs on elpa is under rewrite these days, so I haven't pushed yet a
> new version 0.8. Maybe you could download it from the elpa git?
>
> If you want to see just the open bugs, accept all default settings when
> calling "M-x debbugs-gnu". You will see all open bugs with severity
> serious, important or normal. 2142 lines just now.
>
> You can filter out the closed-but-not-archived-yet bugs by hitting "x"
> (1906 lines). Hitting "x" again, all bug reports are shown again.
>
> If you want to filter the bugs, type "/ regexp". The regexp matches
> strings in the report buffer. If you, for example, want to see all bugs
> with the string "tramp" in the title, type "/ tramp". This gives you 14
> lines. Typing "w" returns to the full list of bugs.
>
> If you type "R", you will see all bugs blocking the next Emacs
> release. 48 lines. You can combine it with a further "x", which results
> in 33 not closed bugs blocking Emacs 25.1 release. These are the most
> interesting bugs to be fixed.
>
> > 2) How to triage each bug. In this case, the basic task if clear: just
> > try to reproduce against emacs 25. But if it doesn't reproduce, what
> > then? Do we close the bug? I downloaded and started using the debbugs
> > package, but AFAICT, it's read-only. Seems like it should be obvious,
> > but I can't figure out how to close a bug in either debbugs package,
> > or in the web interface.
>
> If your cursor points to the bug line you want to handle, type "C". This
> starts a control message to be sent to the debbugs server. Use <TAB> for
> completion of possible actions.
>
> The debbugs elpa package comes with an info manual.
> Try (info "(debbugs-ug)") Some commands I've mentioned above are not
> documented in debbugs 0.7. See the info manual from the elpa repo.
>
> The file debbugs-gnu.el explains the keys also in its Commentary
> section.
>
> Best regards, Michael.
>

[-- Attachment #2: Type: text/html, Size: 3297 bytes --]

  reply	other threads:[~2015-12-28 16:25 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-28  5:39 Basic questions about the triage process Andrew Hyatt
2015-12-28  8:58 ` Michael Albinus
2015-12-28 16:25   ` Andrew Hyatt [this message]
2015-12-28 17:35     ` Michael Albinus
2015-12-28 20:24 ` John Wiegley
2015-12-29  5:40   ` Andrew Hyatt
2015-12-29 17:12     ` Eli Zaretskii
2015-12-30  0:22       ` Andrew Hyatt
2015-12-30 17:21         ` Eli Zaretskii
2015-12-31  1:19           ` Noam Postavsky
2015-12-31  3:38             ` Eli Zaretskii
2015-12-31  9:06               ` Michael Albinus
2015-12-31 13:49                 ` Eli Zaretskii
2015-12-31 13:57                   ` Michael Albinus
2016-01-07 21:04     ` Phillip Lord
2016-01-07 22:05       ` Andy Moreton
2016-01-07 22:40         ` Phillip Lord
2016-01-09  3:46           ` Andrew Hyatt
2015-12-28 23:55 ` Xue Fuqiao
2015-12-29  0:38   ` Andrew Hyatt
2015-12-29  0:50     ` Lars Ingebrigtsen
2015-12-29  0:59       ` Andrew Hyatt
2015-12-29  1:07         ` Lars Ingebrigtsen
2015-12-29  1:21           ` John Wiegley
2015-12-29  1:50             ` Drew Adams
2016-01-02 21:37               ` Marcin Borkowski
2016-02-15 20:04                 ` Marcin Borkowski
2015-12-29  6:46             ` CHENG Gao
2015-12-29 15:50               ` Eli Zaretskii
2015-12-29 17:03         ` Nikolaus Rath
2015-12-29 17:16           ` John Wiegley
2015-12-29 17:50           ` Drew Adams
2015-12-29 23:36             ` Andrew Hyatt
2016-01-07 21:09               ` Phillip Lord
2016-01-07 21:28                 ` Lars Magne Ingebrigtsen
2016-01-09  3:47                   ` Andrew Hyatt
2016-01-09 20:56                     ` John Wiegley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAM6wYYKcF-k+dLaHZG0a1oWstYS0HdLJ6uNEJ3kOgqSShurDUQ@mail.gmail.com \
    --to=ahyatt@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=jwiegley@gmail.com \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).