Closed
Bug 1130364
Opened 10 years ago
Closed 10 years ago
Codegen.py uses prefix ++ operator
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: Ms2ger, Assigned: bzbarsky)
Details
Attachments
(1 file)
5.71 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
... which doesn't exist in Python; rather, it coerces to a number, twice.
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Erm. Right you are. Is this a problem for anything other than nestingLevel? I don't see any other uses of ++ in python code...
![]() |
Assignee | |
Comment 2•10 years ago
|
||
Attachment #8560500 -
Flags: review?(peterv)
![]() |
Assignee | |
Updated•10 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8560500 -
Flags: review?(peterv) → review+
![]() |
Assignee | |
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•