[Webkit-unassigned] [Bug 38812] New: Clean up: Extract regular expressions for parsing the start of an SVN and Git header into functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 9 01:12:19 PDT 2010


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

           Summary: Clean up: Extract regular expressions for parsing the
                    start of an SVN and Git header into functions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org, cjerdonek at webkit.org


We use the regular expressions qr#^diff --git (\w/)?(.+) (\w/)?([^\r\n]+)# and qr#^Index: ([^\r\n]+)# or some form of these expressions in various places throughout VCUtils.pm. We should centralize the parsing of these lines by creating functions that parse the start of Git header and SVN header, respectively.

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