GNU bug report logs - #47854
debbugs-gnu to not bugs tag as fixed when closing

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Sun, 18 Apr 2021 00:15:02 UTC

Severity: wishlist

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#47854: closed (debbugs-gnu to not bugs tag as fixed when closing)
Date: Mon, 19 Apr 2021 14:26:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 19 Apr 2021 16:25:42 +0200
with message-id <87eef6fj15.fsf <at> gmx.de>
and subject line Re: bug#47854: debbugs-gnu to not bugs tag as fixed when closing
has caused the debbugs.gnu.org bug report #47854,
regarding debbugs-gnu to not bugs tag as fixed when closing
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
47854: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47854
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: submit <at> debbugs.gnu.org
Subject: debbugs-gnu to not bugs tag as fixed when closing
Date: Sat, 17 Apr 2021 20:14:22 -0400
Package: emacs
Severity: wishlist

I wish debbugs-gnu did not tag bugs as fixed when it closes them.
This is a misuse of the fixed tag, which should only be applied to open bugs.
The purpose of the fixed tag is:
   "This bug is fixed or worked around, but there's still an issue that
    needs to be resolved."

A closed bug can by default be assumed to be fixed, so tagging it fixed
is at best redundant, and most likely a nuisance, since if the bug is
later found to still occur you can't just reopen the report, you have to
remember to untag it as well.


[Message part 3 (message/rfc822, inline)]
From: Michael Albinus <michael.albinus <at> gmx.de>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Glenn Morris <rgm <at> gnu.org>, 47854-done <at> debbugs.gnu.org
Subject: Re: bug#47854: debbugs-gnu to not bugs tag as fixed when closing
Date: Mon, 19 Apr 2021 16:25:42 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

>>> The "fixed" tag also includes a version it was supposed to be fixed
>>> in...  which seems slightly useful.
>>
>> The fixed tag has no association with the version number that can be
>> provided when closing a bug. Debbugs tags do not take arguments.
>> The version information is provided by a "Version" pseudoheader.
>
> Oh, sorry -- I was confused about where the version went:
>
>         ((equal message "close")
>          (format "close %d %s\n" bugid version))
>         ((equal message "done")
>          (format "tags %d fixed\nclose %d %s\n" bugid bugid version))
>
> Then I guess we can just make close/done synonyms of each other in
> debbugs-gnu.

Indeed, a "fixed" tag doesn't make sense at all. Instead, there is the
"fixed" attribute, which is set either explictly by the "fixed" command,
or implicitly by the "close" command.

I've changed this in debbugs-gnu.el, pushed to the repository. Shall
appear as debbugs 0.28.

Closing the bug.

Best regards, Michael.


This bug report was last modified 4 years and 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.