Open
Bug 1174875
Opened 10 years ago
Updated 9 months ago
IPDL should recognize template-ids
Categories
(Core :: IPC, defect, P3)
Core
IPC
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: botond, Unassigned)
References
Details
It would be great if the IPDL parser would recognize template-ids, so that we can pass things like 'Maybe<T>' across IPDL without having to typedef it for each T.
Reporter | ||
Comment 1•9 years ago
|
||
(In reply to Botond Ballo [:botond] from comment #0)
> so that we can pass things like 'Maybe<T>' across IPDL without
> having to typedef it for each T.
Moreover, this typedeffing trick doesn't work if T is itself defined in IPDL.
![]() |
||
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Reporter | ||
Comment 2•10 months ago
|
||
The Maybe
use case specifically was addressed in bug 1528493.
See Also: → 1528493
You need to log in
before you can comment on or make changes to this bug.
Description
•