Closed
Bug 1511385
Opened 6 years ago
Closed 6 years ago
Re-format the stack comment in BytecodeEmitter and helper classes.
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
Followup for bug 1508178.
As expected, the stack comment alignment breaks due to indent-width change.
Re-running align_stack_comment.py on those files fixes.
Assignee | ||
Comment 1•6 years ago
|
||
Aligned "[stack]" to column 20 (the minimum possible value is 15 right now),
and now all comments fits into 80 chars :)
Attachment #9029384 -
Flags: review?(jorendorff)
Updated•6 years ago
|
Attachment #9029384 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 2•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/49a3abc14837005b7e77b0b280f406af0d06a139
Bug 1511385 - Re-format the stack comment in BytecodeEmitter and helper classes. r=jorendorff
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•