Opened 12 years ago
Closed 7 years ago
#1890 closed defect (invalid)
Flatten classes in SCodeInst
Reported by: | Per Östlund | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 1.12.0 |
Component: | New Instantiation | Version: | trunk |
Keywords: | Cc: |
Description
Note to self: flatten the classes during instantiation so we don't have to handle EXTENDED_ELEMENTS everywhere.
Change History (12)
comment:1 by , 12 years ago
Component: | Frontend → New Instantiation |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Priority: | blocker → high |
---|
Lowered priority since the most important part is done.
comment:5 by , 10 years ago
Milestone: | 1.9.1 → 1.9.2 |
---|
This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).
comment:6 by , 10 years ago
Milestone: | 1.9.2 → 1.9.3 |
---|
Milestone changed to 1.9.3 since 1.9.2 was released.
comment:11 by , 8 years ago
Milestone: | 1.11.0 → 1.12.0 |
---|
Milestone moved to 1.12.0 due to 1.11.0 already being released.
comment:12 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The flattening is now implemented, but checking that duplicate elements are identical is not yet implemented.