Changes between Version 48 and Version 49 of Ticket #4138


Ignore:
Timestamp:
2017-09-04T10:37:37Z (7 years ago)
Author:
Per Östlund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v48 v49  
    44
    55 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.
    77
    88 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.
    1010
    1111 Lookup (Per) 90%::
     
    1616
    1717 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.
    1919
    2020 Imports (Per, Adrian) 90%::