Changes between Version 26 and Version 27 of Ticket #4138


Ignore:
Timestamp:
2017-03-13T11:49:47Z (8 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v26 v27  
    1818   Only very basic redeclare of components is implemented, more work is needed for redeclare of classes, merging of modifiers, constraining type, etc. Preliminary support for redeclare-as-elements was implemented.
    1919
    20  Imports (Per) 25%::
    21    Basic support for qualified imports is implemented, unqualified imports still remains. It's also only possible to import classes at the moment, and not components. Some way of marking elements as imported is also needed, currently they are just inserted into the importing class as they are.
     20 Imports (Per, Adrian) 50%::
     21   Basic support for qualified/unqualified imports is implemented. It's also only possible to import classes at the moment, and not components. Some way of marking elements as imported is also needed, currently they are just inserted into the importing class as they are.
    2222
    2323 Conditional Components (Lennart) ::