Open
Bug 1652191
Opened 5 years ago
Move idl-analyze.py into m-c
Categories
(Webtools :: Searchfox, task)
Webtools
Searchfox
Tracking
(Not tracked)
NEW
People
(Reporter: kats, Unassigned)
References
Details
Right now IDL analysis happens on the searchfox indexer, but it does so by pulling specific python files from the repo being indexed and then running them with python2. This doesn't scale well as changes are made to the in-tree files (see bug 1630593, bug 1636483). It would be better to move the analyzer into the tree and have it generate analysis files as taskcluster artifacts, the way the clang-plugin works. This will also remove the last python2 dependency on the indexer, and we can update the provisioning scripts to drop all the py2 stuff.
You need to log in
before you can comment on or make changes to this bug.
Description
•