Bug 39223

Summary: webkitpy should autoinstall modules only as they are needed
Product: WebKit Reporter: Chris Jerdonek <cjerdonek>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, mjs, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Chris Jerdonek
Reported 2010-05-17 09:43:05 PDT
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.
Attachments
Sam Sneddon [:gsnedders]
Comment 1 2024-11-05 20:26:39 PST
We're certainly doing this with the current autoinstaller, and the previous one was removed in Bug 218131.
Radar WebKit Bug Importer
Comment 2 2024-11-05 20:27:14 PST
Note You need to log in before you can comment on or make changes to this bug.