Changes between Version 13 and Version 14 of Ticket #4138
- Timestamp:
- 2016-12-02T10:46:42Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v13 v14 7 7 Support for extends is implemented. More error checking is needed though, e.g. for duplicate elements and illegal class types. 8 8 9 Lookup (perost) 50%::9 Lookup (perost) 80%:: 10 10 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. 11 11 … … 13 13 Only modifiers on components and extends clauses are handled so far, support for class modifiers still needs to be implemented. 14 14 15 Redeclare (perost) 10%::15 Redeclare (perost) 50%:: 16 16 Only very basic redeclare of components is implemented, more work is needed for redeclare of classes, merging of modifiers, constraining type, etc. 17 17