Changes between Initial Version and Version 4 of Ticket #795
- Timestamp:
- 08/15/09 23:16:06 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #795
- Property owner set to bacek
- Property component changed from none to core
- Property summary changed from Kill Parrot_sub and Parrot_cont structures to Kill Parrot_sub structure
-
Ticket #795 – description
initial v4 1 1 The Sub PMC has a single attribute, a Parrot_sub structure. Likewise, the Continuation PMC has a Parrot_cont structure as an attribute. I suggest that we should kill these structures and store their members as ATTRs directly in the PMC. Are there any reasons why this would be a bad idea? 2 3 (Parrot_continuation now tracked in #926)
