Changes between Version 48 and Version 49 of Ticket #4138
- Timestamp:
- 2017-09-04T10:37:37Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v48 v49 4 4 5 5 Instantiation (Per, Adrian) 80%:: 6 Instantiation of long and short class definitions are implemented. Still missing are overloaded functions and partial derivative functions. ~~Partial support for class extends~~ (temporarily broken). The handling of equations, algorithms and expressions needs to be expanded.6 Instantiation of long and short class definitions are implemented. Still missing are overloaded functions and partial derivative functions. Basic support for class extends is implemented. The handling of equations, algorithms and expressions needs to be expanded. 7 7 8 8 Extends (Per) 90%:: 9 Support for extends is implemented. More error checking is needed though, e.g. for duplicate elements and illegal class types.9 Support for extends is implemented. More error checking is needed though, e.g. for duplicate elements (handling implemented, but the check whether two elements are identical needs to be improved) and illegal class types. 10 10 11 11 Lookup (Per) 90%:: … … 16 16 17 17 Redeclare (Per) 60%:: 18 Only very basic redeclare of components is implemented, merging of modifiers, constraining type, etc. ~~Preliminary support for redeclare-as-elements was implemented~~ (temporarily broken).18 Basic redeclare of components and classes, both as modifiers and elements, is implemented. Merging of modifiers, constraining type, etc., needs more work. 19 19 20 20 Imports (Per, Adrian) 90%::