RESOLVED FIXED 39223
webkitpy should autoinstall modules only as they are needed
https://bugs.webkit.org/show_bug.cgi?id=39223
Summary webkitpy should autoinstall modules only as they are needed
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.