Open
Bug 1673114
Opened 4 years ago
Updated 4 years ago
Handle template argument packs properly in render_decl
Categories
(Core :: JavaScript: GC, defect, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
Details
I left a TODO in the code for handling template argument packs. Currently, it emits the string "..." (which probably ought to have the pack name in it or something.) Needs a test case too.
This will only make a difference if there is a type collision between two types with different argument packs, which is a lot less likely than other known bugs.
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:jonco, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jcoppeard)
Updated•4 years ago
|
Severity: N/A → S4
Flags: needinfo?(jcoppeard)
You need to log in
before you can comment on or make changes to this bug.
Description
•