Changes between Version 58 and Version 59 of Ticket #4138
- Timestamp:
- 2017-11-06T13:51:49Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v58 v59 31 31 32 32 Functions (Per, Adrian, Peter, Mahder) 75%:: 33 Partial support for functions. Instantiation and typing of functions is implemented. Positional arguments and named arguments are supported. *Vectorization support needs do be adapted*. Preliminary support for reductions is implemented. Support for function trees exists. 33 Partial support for functions. Instantiation and typing of functions is implemented. Positional arguments and named arguments are supported. *Vectorization support needs do be adapted*. Preliminary support for reductions is implemented. Support for function trees exists. Allow arrays of unknown size in functions. 34 34 35 35 Records (Mahder) 85%:: … … 38 38 39 39 Builtin (Per, Mahder) 50%:: 40 So far only support for the basic types and time is implemented. Support for all the builtin functions and other builtin things (e.g. StateSelect, ExternalObject, etc.) needs to be implemented. As much as possible should be implemented via ModelicaBuiltin. Tests added. Support for functions with variable number of arguments not yet implemented. 40 So far only support for the basic types and time is implemented. Support for all the builtin functions and other builtin things (e.g. StateSelect, ExternalObject, etc.) needs to be implemented. As much as possible should be implemented via ModelicaBuiltin. Tests added. Support for functions with variable number of arguments not yet implemented. More work needed for fill, min, max. 41 41 42 42 Reduction operators and Builtin Array functions (Mahder) 80%::