Closed
Bug 1512673
Opened 6 years ago
Closed 6 years ago
Use booleans consistently in the IPDL compiler, instead of using 0/1s
Categories
(Core :: IPC, enhancement, P1)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla66
People
(Reporter: Alex_Gaynor, Assigned: Alex_Gaynor)
Details
Attachments
(1 file)
Some of the IPDL code is really old school Python, predating bools being a real part of the language! We should modernize it. I've got a patch that starts with the fields on |ast.Type|.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 2•6 years ago
|
||
Hello,
Can you please get a reviewer to accept the current diff?
Flags: needinfo?(agaynor)
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(agaynor) → needinfo?(nika)
Updated•6 years ago
|
Keywords: checkin-needed
Updated•6 years ago
|
Flags: needinfo?(nika)
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by dvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/985505cc1347
convert several fields in the IPDL compiler from integers to bools; r=nika
Keywords: checkin-needed
Comment 4•6 years ago
|
||
Backed out changeset 985505cc1347 (bug 1512673) for build bustage. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=216445050&repo=autoland&lineNumber=3703
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=985505cc1347efa4cc451255e976f02d561efe7c
Backout:
https://hg.mozilla.org/integration/autoland/rev/9d13a46a961ad38b629a5dd98029867069bbbb42
Flags: needinfo?(agaynor)
Assignee | ||
Comment 5•6 years ago
|
||
:sigh:. Uploaded patch which fixes this -- leaving ni? because it conflicts with another patch I in c-n, and I'll just update this and c-n this after that lands.
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(agaynor)
Keywords: checkin-needed
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4ffc527a6946
convert several fields in the IPDL compiler from integers to bools; r=nika
Keywords: checkin-needed
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•