[Webkit-unassigned] [Bug 115391] New: [webkitpy] need abstract base class for commands that analyze commit logs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 29 17:32:37 PDT 2013


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

           Summary: [webkitpy] need abstract base class for commands that
                    analyze commit logs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: glenn at skynav.com
                CC: mjs at apple.com, darin at apple.com, sam at webkit.org,
                    rniwa at webkit.org, bweinstein at apple.com
        Depends on: 115285
            Blocks: 115387,115388


There is one existing command, suggest-nominations, that analyzes commit logs. There are two additional commands proposed [1][2] that also need to analyze commit logs. In order to factor out common shared functionality, the commit log analysis functionality should be placed in an abstract base class that subclass Command, let's call this AbstractCommitLogCommand.

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