* bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"?
@ 2021-03-13 8:12 Mark H Weaver
2021-03-13 8:49 ` Ricardo Wurmus
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Mark H Weaver @ 2021-03-13 8:12 UTC (permalink / raw)
To: 47121; +Cc: Ricardo Wurmus
Hi Ricardo,
Why does Mumi discard the space between my middle initial and my
surname, e.g. in <https://issues.guix.gnu.org/issue/47115#6> ?
The default web interface for Debbugs doesn't do it.
<https://bugs.gnu.org/47115#26>
Also, where should Mumi bugs be reported?
Thanks,
Mark
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"?
2021-03-13 8:12 bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"? Mark H Weaver
@ 2021-03-13 8:49 ` Ricardo Wurmus
2021-03-13 9:02 ` Ricardo Wurmus
2021-05-18 11:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2 siblings, 0 replies; 6+ messages in thread
From: Ricardo Wurmus @ 2021-03-13 8:49 UTC (permalink / raw)
To: Mark H Weaver; +Cc: 47121
Hi Mark,
thanks for your report!
> Why does Mumi discard the space between my middle initial and my
> surname, e.g. in <https://issues.guix.gnu.org/issue/47115#6> ?
I’m not sure. Mumi chops up the Debbugs “log” file and then parses the
extracted emails with guile-email. Since even the download links for
emails from you fail
(e.g. https://issues.guix.gnu.org/issue/issue/47115/raw/3) I guess that
guile-email had problems parsing the email.
I’m copying the Debbugs data to my laptop now, so I can try to reproduce
this locally and see what guile-email sees and outputs.
> Also, where should Mumi bugs be reported?
bug-guix with Cc to me is fine, I guess. We have no separate mailing
list for it.
--
Ricardo
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"?
2021-03-13 8:12 bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"? Mark H Weaver
2021-03-13 8:49 ` Ricardo Wurmus
@ 2021-03-13 9:02 ` Ricardo Wurmus
2021-03-14 20:44 ` Arun Isaac
2021-05-18 11:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2 siblings, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2021-03-13 9:02 UTC (permalink / raw)
To: Mark H Weaver; +Cc: 47121, guile-email
Hi Mark,
> Why does Mumi discard the space between my middle initial and my
> surname, e.g. in <https://issues.guix.gnu.org/issue/47115#6> ?
[…]
> The default web interface for Debbugs doesn't do it.
> <https://bugs.gnu.org/47115#26>
This must be a regression in guile-email. When I tried to reproduce
this with
guix environment -l guix.scm
from the mumi source directory I saw your name rendered correctly.
When I used
guix environment mumi
however, I was able to reproduce the problem.
The only difference between these environments is the version of
guile-email. There is no problem when guile-email 0.2.2 is used; the
problem appears with guile-email 0.2.2-1.03e9cac aka
“guile-email-latest” in Guix.
@Arun, does this sound familiar to you?
--
Ricardo
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"?
2021-03-13 9:02 ` Ricardo Wurmus
@ 2021-03-14 20:44 ` Arun Isaac
2021-03-16 23:23 ` Mark H Weaver
0 siblings, 1 reply; 6+ messages in thread
From: Arun Isaac @ 2021-03-14 20:44 UTC (permalink / raw)
To: Ricardo Wurmus, Mark H Weaver; +Cc: 47121, guile-email
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
Hi,
> @Arun, does this sound familiar to you?
Thanks for the bug report! It was indeed a regression in guile-email. I
have fixed it, and added a test. See
https://git.systemreboot.net/guile-email/commit/?id=ca0520a33c9042a68691d85c6849f88412ca8357
Cheers!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"?
2021-03-14 20:44 ` Arun Isaac
@ 2021-03-16 23:23 ` Mark H Weaver
0 siblings, 0 replies; 6+ messages in thread
From: Mark H Weaver @ 2021-03-16 23:23 UTC (permalink / raw)
To: Arun Isaac, Ricardo Wurmus; +Cc: 47121, guile-email
Arun Isaac <arunisaac@systemreboot.net> writes:
>> @Arun, does this sound familiar to you?
>
> Thanks for the bug report! It was indeed a regression in guile-email. I
> have fixed it, and added a test. See
> https://git.systemreboot.net/guile-email/commit/?id=ca0520a33c9042a68691d85c6849f88412ca8357
Thanks to both of you for looking into this!
Regards,
Mark
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"?
2021-03-13 8:12 bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"? Mark H Weaver
2021-03-13 8:49 ` Ricardo Wurmus
2021-03-13 9:02 ` Ricardo Wurmus
@ 2021-05-18 11:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2 siblings, 0 replies; 6+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-05-18 11:16 UTC (permalink / raw)
To: 47121-done
[-- Attachment #1: Type: text/plain, Size: 110 bytes --]
Closing, as the fix seems to have worked:
<https://issues.guix.gnu.org/issue/47115#6>.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-05-18 11:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-13 8:12 bug#47121: [Mumi] Why does Mumi display my name as "Mark HWeaver"? Mark H Weaver
2021-03-13 8:49 ` Ricardo Wurmus
2021-03-13 9:02 ` Ricardo Wurmus
2021-03-14 20:44 ` Arun Isaac
2021-03-16 23:23 ` Mark H Weaver
2021-05-18 11:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.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).