#10 closed defect (fixed)
bug in DSX in soclib.component.Component
| Reported by: | Owned by: | somebody | |
|---|---|---|---|
| Priority: | trivial | Component: | component1 |
| Keywords: | dsx | Cc: |
Description
Moved the ports registration call statement(Component.__registerPort), so that component is initialized before registration. __registerPort can call __repr__ (implicitly in warn statement) which itself use __module.
Attachments (1)
Change History (2)
Changed 17 years ago by
| Attachment: | bad_init_before_register.patch added |
|---|
comment:1 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.


Thanks, applied