Changes between Version 18 and Version 20 of Ticket #4138


Ignore:
Timestamp:
2016-12-07T03:30:53Z (8 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138

    • Property Milestone Future2.0.0
    • Property Priority highblocker
    • Property Type defecttask
  • Ticket #4138 – Description

    v18 v20  
    2525   No support for Inner/Outer is implemented at all so far, but the new instance tree structure should make this fairly straightforward.
    2626
    27  Functions (Adrian, Peter) 5%::
    28    Partial support for functions. Instantiation and typing of functions is implemented. Only positional arguments are supported currently. Prefixing is not yet handled correctly. Some way of storing functions during the instantiation (reuse function table from "old new frontend"?) is needed.
     27 Functions (Adrian, Peter) 15%::
     28   Partial support for functions. Instantiation and typing of functions is implemented. Positional arguments and named arguments are supported. Vectorization of functions needs to be implemented. Prefixing is not yet handled correctly. Support for reductions needs to be implemented. Some way of storing functions during the instantiation is needed so that they end up in the DAE (we can probably use the component tree directly for this).
    2929
    3030 Records (Mahder) ::