#21 closed task (invalid)
bug in soclib.component.Component
Reported by: | Owned by: | Nicolas Pouillon | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | dsx | Version: | |
Keywords: | Cc: |
Description
Moved the ports registration call statement(Component.__registerPort
),
so that component is properly defined before registration.
__registerPort
can call __repr__
(implicitly in warn statement) which itself use __module
.
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please submit this in SoCLib's trac.
comment:3 Changed 16 years ago by
Ok, but... where do I enter the ticket system of Soclib Trac ? (no "new ticket" button)
Note: See
TracTickets for help on using
tickets.
I'd like to attach a patch but I'm not allowed to :/