public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* git commits no longer visible on bugzilla?
@ 2020-12-06  9:22 Thomas Koenig
  2020-12-07  8:27 ` Tobias Burnus
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Koenig @ 2020-12-06  9:22 UTC (permalink / raw)
  To: gcc mailing list

Hi,

it seems that git commits are no longer automatically transferred
to the relevant PRs.

Recent example: I don't see

https://gcc.gnu.org/pipermail/gcc-cvs/2020-December/338684.html

in PR98156, although the ChangeLog was

     Upper cobound is determined by num_images(), not this_image().

     gcc/testsuite/ChangeLog:

             PR testsuite/98156
             * gfortran.dg/coarray/alloc_comp_1.f90: Upper cobound is
             determined by num_images(), not this_image().

Is this by design / have the format requirement changed / ... ?

Regards

	Thomas


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git commits no longer visible on bugzilla?
  2020-12-06  9:22 git commits no longer visible on bugzilla? Thomas Koenig
@ 2020-12-07  8:27 ` Tobias Burnus
  2020-12-07  9:12   ` Tobias Burnus
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Burnus @ 2020-12-07  8:27 UTC (permalink / raw)
  To: Thomas Koenig, gcc mailing list, Martin Liška

Hi Thomas,

On 06.12.20 10:22, Thomas Koenig via Gcc wrote:
> it seems that git commits are no longer automatically transferred
> to the relevant PRs.

In principle, that still works. See "cvs-commit" at
https://gcc.gnu.org/pipermail/gcc-bugs/2020-December/date.html#end

Recently, there were issues regarding commits with non-ASCII characters
and also some issues with gcc-csv@ emails and updating the ChangeLog.
This time, this seemed to have worked (for gcc-cvs and ChangeLog).

However, what puzzles me is
https://gcc.gnu.org/pipermail/gcc-cvs/2020-December/338684.html – this
is your commit. But while in the commit, I see "Koenig" for both
'Author' and 'Commit', the 'From:' of that email shows (at least in
Pipermail) instead of 'oe' the Hindi letters 'tha' and 'Gh: '*थघ*'. I
have no idea where those letters come from; I could image that the
conversion of 'ö' goes wrong, but I do not see 'ö' anywhere.

Tobias

-----------------
Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany
Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander Walter

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git commits no longer visible on bugzilla?
  2020-12-07  8:27 ` Tobias Burnus
@ 2020-12-07  9:12   ` Tobias Burnus
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Burnus @ 2020-12-07  9:12 UTC (permalink / raw)
  To: Thomas Koenig, gcc mailing list

Hi Thomas,

On 07.12.20 09:27, Tobias Burnus wrote:
> However, what puzzles me is
> https://gcc.gnu.org/pipermail/gcc-cvs/2020-December/338684.html – this
> is your commit. But while in the commit, I see "Koenig" for both
> 'Author' and 'Commit', the 'From:' of that email shows (at least in
> Pipermail) instead of 'oe' the Hindi letters 'tha' and 'Gh: '*थघ*'.

Seemingly, the hook (→ https://github.com/AdaCore/git-hooks) takes
the full name belonging to the user at gcc.gnu.org. And when
Richard checked it for me, for your name it returns (for his locale):
  getent passwd tkoenig:

  'Thomas Kथà¤'.
or passed through 'od':
  …:   T   h   o   m   a   s       K 340 244 245 340 244 230   n   i   g   :…

If I didn't make a mistake, those numbers convert to hex:
   E0 A3 A5 E0 A3 98
which I looks like garbage to me. At least it does not seem
to make sense in neither UTF-8, UTF-16, UTF-32 and I also
do not see any relation with the byte-order character.

I think there are two issues:

(a) Your name is wrong (should be 'ö' or safer 'oe')
     → I think you need to contact overseers via IRC or email
       overseers@
(b) Non-ASCII should probably be accepted in the flow; it looks
     as if the bugzilla email script mishandles/rejects this email
     even though it contains valid Hindi letters.

Currently, the name comes from <git-hooks>/hooks/updates/emails.py:
             self.email_from = '%s <%s@%s>' % (get_user_full_name(),
                                               get_user_name(),
                                               from_domain)
(those functions come from the 'utils' module.)
         e_msg['From'] = sanitized_email_address(self.email_info.email_from)
(and this does a RFC2047 encoding)

Tobias

-----------------
Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany
Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander Walter

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-07  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06  9:22 git commits no longer visible on bugzilla? Thomas Koenig
2020-12-07  8:27 ` Tobias Burnus
2020-12-07  9:12   ` Tobias Burnus

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).