Changes between Version 13 and Version 14 of Ticket #4138


Ignore:
Timestamp:
2016-12-02T10:46:42Z (8 years ago)
Author:
Per Östlund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v13 v14  
    77   Support for extends is implemented. More error checking is needed though, e.g. for duplicate elements and illegal class types.
    88
    9  Lookup (perost) 50%::
     9 Lookup (perost) 80%::
    1010   Basic lookup is implemented, both for class names and crefs. Very little error checking is done beyond "name could not be found" though. Some more lookup functions will likely be needed for e.g. inner/outer.
    1111
     
    1313   Only modifiers on components and extends clauses are handled so far, support for class modifiers still needs to be implemented.
    1414
    15  Redeclare (perost) 10%::
     15 Redeclare (perost) 50%::
    1616   Only very basic redeclare of components is implemented, more work is needed for redeclare of classes, merging of modifiers, constraining type, etc.
    1717