Closed
Bug 678484
Opened 14 years ago
Closed 7 years ago
xpt output with a python version regressions
Categories
(Core :: XPCOM, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: fcellier, Unassigned)
Details
Attachments
(1 file)
|
3.80 KB,
patch
|
Details | Diff | Splinter Review |
Some regressions (code worked with the binary but not with the new python script)
First,You can't chaining typedef anymore:
typedef long T_WebCLEnum;
typedef T_WebCLEnum T_WebCLAddressingMode; // -> raise Unknow type
and conversions are different (python inside) :
const long MY_TEST = 0xFFFFFFFF; doesn't work anymore
The patch contains an example which should work but doesn't
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Comment 3•7 years ago
|
||
XPT files don't exist any more.
Status: RESOLVED → VERIFIED
Resolution: INACTIVE → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•