[Webkit-unassigned] [Bug 55572] New: Check for spaces in names doesn't take into account non-alphanumeric characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 05:16:34 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55572

           Summary: Check for spaces in names doesn't take into account
                    non-alphanumeric characters
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: eric at webkit.org


/WebKit/Tools/Scripts/VCSUtils.pm at 1671:
     changeLogNameError("'$name' does not contain a space!  ChangeLogs should contain your full name.") unless ($name =~ /\w \w/);

I had set my name to "B.J. Wever", and wasn't allowed to create a changelog because it "does not contain a space", which is incorrect. Since my full-full name is "Berend-Jan Wever", which also has non-alphameric characters, I'm fixing the check, rather than the message.

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