public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-3550] gcc-changelog: Add FIXME note.
Date: Wed, 15 Sep 2021 14:39:07 +0000 (GMT)	[thread overview]
Message-ID: <20210915143907.6F64C385840E@sourceware.org> (raw)

https://gcc.gnu.org/g:a37d7d6fc1dbd9906bbb2c6bf5ba9d30fd17a584

commit r12-3550-ga37d7d6fc1dbd9906bbb2c6bf5ba9d30fd17a584
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Sep 15 16:38:41 2021 +0200

    gcc-changelog: Add FIXME note.
    
    contrib/ChangeLog:
    
            * gcc-changelog/git_commit.py: Add FIXME note.

Diff:
---
 contrib/gcc-changelog/git_commit.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index 03736140fd0..f26dc3b4135 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -811,5 +811,6 @@ class GitCommit:
         email = self.info.author.split(' ')[-1].strip('<>')
 
         # Verify that all characters are ASCII
+        # TODO: Python 3.7 provides a nicer function: isascii
         if len(email) != len(email.encode()):
             self.errors.append(Error(f'non-ASCII characters in git commit email address ({email})'))


                 reply	other threads:[~2021-09-15 14:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=20210915143907.6F64C385840E@sourceware.org \
    --to=marxin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /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.
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).