Open
Bug 924330
Opened 11 years ago
Updated 2 years ago
[meta] Consolidate all build system Python into packages
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: gps, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta)
We currently have a bunch of Python sitting around in scripts - notably the .py files in build/ and config/. Having build/ and config/ sit on sys.path has historically caused a world of hurt. Furthermore, there are issues with .py files that don't exist in Python packages - notably difficulties arising around packaging (will be relevant for .pyc files some day). Python best practices say to not create modules in the root "namespace."
All signs are pointing to moving all the standalone .py files into packages as "a good idea." This bug will track the effort.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•