Closed
Bug 1511385
Opened 5 years ago
Closed 5 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)
169.27 KB,
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•5 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•5 years ago
|
Attachment #9029384 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 2•5 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•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/49a3abc14837
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•