[Webkit-unassigned] [Bug 84582] webkitpy: changelog crashes when parsing authors containing + or ,
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 23 08:14:15 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84582
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrobinson at webkit.org
--- Comment #4 from Martin Robinson <mrobinson at webkit.org> 2012-04-23 08:14:14 PST ---
(In reply to comment #3)
> As I said in the description _parse_author_name_and_email uses _split_contributor_names which splits the text using a set of separators when they are found *at any position of the text*. That means that a , or + in the inside an author name or email would split the name or email. Merging both, and using findall, it looks for name <email> patterns separated by the set of separators.
Sorry, I missed that.
Would it be possible to modify the regular expression to simply enforce spaces around '+'? That will allow us to keep the nice abstraction between splitting the name and email addresses and splitting things with "and", "&&", etc.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list