Changes between Version 51 and Version 52 of Ticket #4138


Ignore:
Timestamp:
2017-10-04T16:08:48Z (7 years ago)
Author:
Per Östlund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v51 v52  
    2727   This needs support from constant/function evaluation and expression simplification. It can be implemented after typing together with handling of component bindings.
    2828
    29  Inner/Outer (Adrian) ::
    30    No support for Inner/Outer is implemented at all so far, but the new instance tree structure should make this fairly straightforward.
    31    The inner outer can be implemented via addition of alias equations, is a matter of lookup of the inner component and prefixing.
     29 Inner/Outer (Per) 90% ::
     30   Inner/outer support is implemented, except for checking that outer elements are subtypes of inner.
    3231
    3332 Functions (Per, Adrian, Peter, Mahder) 75%::