* Close 10519, and, how to close bug on debbugs?
[not found] <1221152466.1067426.1689697233851.ref@mail.yahoo.com>
@ 2023-07-18 16:20 ` Mike Gran
2023-07-18 16:31 ` lloda
0 siblings, 1 reply; 6+ messages in thread
From: Mike Gran @ 2023-07-18 16:20 UTC (permalink / raw)
To: guile-devel@gnu.org
Hi,
I was looking at https://debbugs.gnu.org/db/pa/lguile.html
and saw that 10519 (add mini-gmp) should be closed.
How do you actually close a bug?
Thanks,
Mike Gran
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Close 10519, and, how to close bug on debbugs?
2023-07-18 16:20 ` Close 10519, and, how to close bug on debbugs? Mike Gran
@ 2023-07-18 16:31 ` lloda
2023-07-18 16:58 ` Mike Gran
0 siblings, 1 reply; 6+ messages in thread
From: lloda @ 2023-07-18 16:31 UTC (permalink / raw)
To: Mike Gran; +Cc: guile-devel@gnu.org
> On 18 Jul 2023, at 18:20, Mike Gran <spk121@yahoo.com> wrote:
>
> Hi,
>
> I was looking at https://debbugs.gnu.org/db/pa/lguile.html
> and saw that 10519 (add mini-gmp) should be closed.
>
> How do you actually close a bug?
>
> Thanks,
> Mike Gran
An email to NNNN-done @ debbugs.gnu.org will close the bug. This is explained in https://elpa.gnu.org/packages/doc/debbugs-ug.html
Regards
Daniel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Close 10519, and, how to close bug on debbugs?
2023-07-18 16:31 ` lloda
@ 2023-07-18 16:58 ` Mike Gran
2023-09-03 20:03 ` Rob Browning
0 siblings, 1 reply; 6+ messages in thread
From: Mike Gran @ 2023-07-18 16:58 UTC (permalink / raw)
To: lloda; +Cc: guile-devel@gnu.org
Daniel-
>> How do you actually close a bug?
> An email to NNNN-done @ debbugs.gnu.org will close the bug. This is
> explained in https://elpa.gnu.org/packages/doc/debbugs-ug.html
Oh, there's an emacs mode for debbugs. Sounds useful. I'll check it out.
That doc doesn't seem to explain that sending an e-mail as you described
closes a bug, but, I'm sure the emacs mode will know what to do.
Thanks,
Mike
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Close 10519, and, how to close bug on debbugs?
2023-07-18 16:58 ` Mike Gran
@ 2023-09-03 20:03 ` Rob Browning
2023-09-03 20:13 ` Maxim Cournoyer
0 siblings, 1 reply; 6+ messages in thread
From: Rob Browning @ 2023-09-03 20:03 UTC (permalink / raw)
To: Mike Gran, lloda; +Cc: guile-devel@gnu.org
Mike Gran <spk121@yahoo.com> writes:
> That doc doesn't seem to explain that sending an e-mail as you described
> closes a bug, but, I'm sure the emacs mode will know what to do.
If it helps, I suspect much of the Debian info should translate
directly, e.g. https://bugs.debian.org and in particular
https://www.debian.org/Bugs/Developer discusses the NUMBER-done
addresses.
--
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Close 10519, and, how to close bug on debbugs?
2023-09-03 20:03 ` Rob Browning
@ 2023-09-03 20:13 ` Maxim Cournoyer
2023-09-03 21:43 ` Rob Browning
0 siblings, 1 reply; 6+ messages in thread
From: Maxim Cournoyer @ 2023-09-03 20:13 UTC (permalink / raw)
To: Rob Browning; +Cc: Mike Gran, lloda, guile-devel@gnu.org
Hi,
Rob Browning <rlb@defaultvalue.org> writes:
> Mike Gran <spk121@yahoo.com> writes:
>
>> That doc doesn't seem to explain that sending an e-mail as you described
>> closes a bug, but, I'm sure the emacs mode will know what to do.
>
> If it helps, I suspect much of the Debian info should translate
> directly, e.g. https://bugs.debian.org and in particular
> https://www.debian.org/Bugs/Developer discusses the NUMBER-done
> addresses.
See <https://debbugs.gnu.org/server-control.html>, for information
pertaining to the GNU specific instance of Debbugs.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Close 10519, and, how to close bug on debbugs?
2023-09-03 20:13 ` Maxim Cournoyer
@ 2023-09-03 21:43 ` Rob Browning
0 siblings, 0 replies; 6+ messages in thread
From: Rob Browning @ 2023-09-03 21:43 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: Mike Gran, lloda, guile-devel@gnu.org
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> See <https://debbugs.gnu.org/server-control.html>, for information
> pertaining to the GNU specific instance of Debbugs.
Right, but I believe as they mentioned, it doesn't explicitly discuss
the *-done addresses the way the first doc link on the Debian page does.
--
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-09-03 21:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1221152466.1067426.1689697233851.ref@mail.yahoo.com>
2023-07-18 16:20 ` Close 10519, and, how to close bug on debbugs? Mike Gran
2023-07-18 16:31 ` lloda
2023-07-18 16:58 ` Mike Gran
2023-09-03 20:03 ` Rob Browning
2023-09-03 20:13 ` Maxim Cournoyer
2023-09-03 21:43 ` Rob Browning
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).