Use pathlib in the "python/mach" module
Categories
(Firefox Build System :: Mach Core, task, P2)
Tracking
(firefox97 fixed)
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: mhentges, Assigned: ahochheiden)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Replace string paths with pathlib objects in the mach module.
Note: to ensure the scope of this bug doesn't explode, don't yet refactor any objects that are included in the context object provided to Mach commands - ensure that it keeps the same API for now.
| Reporter | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
mach/mach/virtualenv.py was not updated because Mitch is on the process of a
major refactor on it. It will get a Pathlib migration pass at a later time.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
Provide dummy empty string value in test.
| Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Backed out 3 changesets (Bug 1740566) for causing python test failures on test_site_compatibility.py.
Backout link
Push with failures
Failure Log
Comment 7•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/325d612978da
https://hg.mozilla.org/mozilla-central/rev/c30d30105938
https://hg.mozilla.org/mozilla-central/rev/31c6bdb69540
| Assignee | ||
Updated•4 years ago
|
Description
•