Closed
Bug 1426873
Opened 8 years ago
Closed 8 years ago
Implement no-arg Shape::dump() to allow calling T->dump() in a templatized function
Categories
(Core :: JavaScript Engine, enhancement, P5)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
|
1.83 KB,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
For a diagnostic patch, I wanted to source->dump() in CheckTraversedEdge, which is templatized, and that failed to compile for Shape because it doesn't have a no-arg dump().
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8938657 -
Flags: review?(jcoppeard)
Updated•8 years ago
|
Attachment #8938657 -
Flags: review?(jcoppeard) → review+
Updated•8 years ago
|
Severity: normal → enhancement
Status: ASSIGNED → NEW
Priority: -- → P5
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/21bae0a7483d
Implement no-arg Shape::dump() to allow calling T->dump() in a templatized function, r=jonco
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•