Open
Bug 1254591
Opened 9 years ago
Updated 3 years ago
Can't include a protocol from an ipdlh file that is included by another ipdlh file
Categories
(Core :: IPC, defect, P3)
Core
IPC
Tracking
()
NEW
People
(Reporter: nical, Unassigned)
References
Details
(Whiteboard: btpp-backlog)
Not quite sure about the bug title, but if I try to include a protocol in LayersSurfaces.ipdlh, it creates a lot of errors in LayersMessages.ipdlh that includes LayersSurfaces.
to reproduce this, just put "include protocol PCompositable;" (or any other protocol) somewhere at the beginning of LayersSurfaces.ipdlh.
If I remember correctly we had to separate LayersSurfaces.ipdlh and LayersMessages.ipdlh because of a similar issue, but that was years ago and I don't remember the details (I am pretty sure that merging the two to work around the issue isn't an option, though).
Updated•9 years ago
|
Whiteboard: btpp-backlog
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•