PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 474 - Enums in non-generated namespaces aren't generated either.
: Enums in non-generated namespaces aren't generated either.
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P3 major
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2010-11-19 16:08 EET by Lauro Moura
Modified: 2011-01-06 16:19 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2010-11-19 16:08:37 EET
Instead of being promoted to the next upper level, they are silently removed.
Comment 1 Matti Airas 2010-11-23 06:17:00 EET
I don't understand this with the information given. P3?
Comment 2 Marcelo Lira 2010-12-21 14:43:11 EET
Suppose you have this in C++:

namespace Foo {
    namespace Bar {
       enum SomeEnum { ... };
       class SomeClass { ... };
    }
}

If namespace Bar is marked not to be generated SomeClass will be treated as
contained in namespace Foo. SomeEnum was expected to have the same fate, but it
just disappear.
Comment 3 Marcelo Lira 2010-12-23 15:13:23 EET
Fixed in commit Shiboken/1f28cdd2.
Comment 4 renato filho 2011-01-06 16:19:27 EET
released on beta3