Closed
Bug 40016
Opened 25 years ago
Closed 25 years ago
Warn on interfaces that lack a uuid attribute.
Categories
(Core :: XPCOM, enhancement, P3)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: mike+mozilla, Assigned: mike+mozilla)
Details
Attachments
(1 file)
835 bytes,
patch
|
Details | Diff | Splinter Review |
More from Warren:
Mike,
I accidently wrote this:
[scriptable, uuidgen(...)]
instead of this:
[scriptable, uuid(...)]
and didn't get a complaint until later when it couldn't find GetIID. Might be
good to issue a warning here.
Warren
Fix in hand to warn when an interface lacks a uuid attribute. I'd prefer to
iterate attributes and flag any we don't recognize, but libIDL lacks an API for
this.
Warren: can you a= things?
Assignee | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 2•25 years ago
|
||
[SPAM] Marking milestone 'future' as part of nsbeta3 triage.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 3•25 years ago
|
||
sr=jband
did you mean to leave in the commented out version of the warning?
Assignee | ||
Comment 4•25 years ago
|
||
Nope! removed.
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•