[Webkit-unassigned] [Bug 39223] New: webkitpy should autoinstall modules only as they are needed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 09:43:05 PDT 2010


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

           Summary: webkitpy should autoinstall modules only as they are
                    needed
           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: cjerdonek at webkit.org
                CC: eric at webkit.org, mjs at apple.com, abarth at webkit.org


webkitpy should not necessarily autoinstall every module needed by every script.  It should autoinstall only modules as they are needed.

This is the corresponding FIXME in the code:

http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py?rev=59350#L39

Fixing this probably means adding a custom import hook like the old autoinstall module.  That should let us globally detect whenever an autoinstallable module is being imported from.

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