[Webkit-unassigned] [Bug 27115] New: bugzilla-tool: extract duplicate logging methods into a module

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 9 05:50:58 PDT 2009


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

           Summary: bugzilla-tool: extract duplicate logging methods into
                    a module
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: eric at webkit.org



David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32514|                            |review?
               Flag|                            |


Created an attachment (id=32514)
 --> (https://bugs.webkit.org/attachment.cgi?id=32514)
Patch v1

Reviewed by NOBODY (OOPS!).

* Scripts/bugzilla-tool: Removed error() and log() methods and
added import of new logging module.
* Scripts/modules/bugzilla.py: Ditto.  Removed "import sys".
* Scripts/modules/scm.py: Ditto.

* Scripts/modules/logging.py: Added.
(log): Added.
(error): Added.  Prefix error messages with "ERROR: ".
---
 5 files changed, 60 insertions(+), 22 deletions(-)

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