Closed
Bug 1877347
Opened 10 months ago
Closed 9 months ago
Replace `distutils.util.strtobool` with custom `strtobool` within `mach`
Categories
(Firefox Build System :: Mach Core, task, P3)
Firefox Build System
Mach Core
Tracking
(firefox124 wontfix, firefox125 fixed)
RESOLVED
FIXED
125 Branch
People
(Reporter: ahochheiden, Assigned: ahochheiden)
References
Details
Attachments
(1 file)
The migration advice suggests reimplementing the functionality of strtobool
as per the docs here.
Assignee | ||
Comment 1•10 months ago
|
||
The migration advice (https://peps.python.org/pep-0632/#migration-advice)
suggests reimplementing the functionality as per the docs (https://docs.python.org/3.9/distutils/apiref.html#distutils.util.strtobool)
which is exactly what I've done here.
Pushed by ahochheiden@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3ccc5333fce1
Replace `distutils.util.strtobool` with a custom `strtobool` within `mach` r=firefox-build-system-reviewers,glandium
Comment 3•9 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
Comment 4•9 months ago
|
||
backout bugherder |
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•9 months ago
|
Pushed by ahochheiden@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b5ebc2d3b4b
Replace `distutils.util.strtobool` with a custom `strtobool` within `mach` r=firefox-build-system-reviewers,glandium
Assignee | ||
Updated•9 months ago
|
Flags: needinfo?(ahochheiden)
Pushed by ahochheiden@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b26d4c8d5e44
Replace `distutils.util.strtobool` with a custom `strtobool` within `mach` r=firefox-build-system-reviewers,glandium
Comment 8•9 months ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 9 months ago → 9 months ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Updated•9 months ago
|
Target Milestone: 124 Branch → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•