Closed
Bug 1638966
Opened 5 years ago
Closed 4 years ago
Convert 'mach hazards' to run with Python 3
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: KrisWright, Assigned: sfink)
References
Details
Attachments
(1 file)
mach hazards
still runs with python 2 [1]. We want to convert all mach
commands to python 3.
To do this, any dependencies of the command may need to be converted as well as the command itself.
Assignee | ||
Comment 1•5 years ago
|
||
The only thing that keeps mach hazards
on py2 is that it invokes build commands internally. It should be possible to remove hazards
from the list at the same time as build
.
Updated•5 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 2•5 years ago
|
||
mach build
has been running with Python 3 since bug 1617748, i.e., 5 months ago :)
Comment 4•4 years ago
|
||
Steve, could help provide any new status to Ricky
Flags: needinfo?(sdetar) → needinfo?(sphink)
Assignee | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•4 years ago
|
||
Hm, I know at the time I implemented this command, mach build
was definitely marked as running under py2. Maybe I was based off an old version. But whatever; I just tried running it under py3 and everything worked fine.
Flags: needinfo?(sphink)
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/80a9f72ef6fb
Run `mach hazards` under py3 r=rstewart
Comment 8•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•