PING Re: [PATCH] gcc-changelog: show correct line when complaining about unclosed paren

2021-07-16 Thread David Malcolm via Gcc-patches
Ping re: https://gcc.gnu.org/pipermail/gcc-patches/2021-June/574057.html On Wed, 2021-06-30 at 11:03 -0400, David Malcolm wrote: Successfully tested via:   pytest contrib/gcc-changelog/ contrib/ChangeLog: * gcc-changelog/git_commit.py (ChangeLogEntry.__init__): Convert ChangeLog

[PATCH] gcc-changelog: show correct line when complaining about unclosed paren

2021-06-30 Thread David Malcolm via Gcc-patches
Successfully tested via: pytest contrib/gcc-changelog/ contrib/ChangeLog: * gcc-changelog/git_commit.py (ChangeLogEntry.__init__): Convert ChangeLogEntry.opened_parentheses from an integer to a stack of line strings. (ChangeLogEntry.parse_changelog): Likewise.