Metadata
- Source
- FLUID-5051
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Kasper Galschiot Markus
- Reporter
- Kasper Galschiot Markus
- Created
2013-06-13T07:14:39.584-0400 - Updated
2024-07-22T10:35:24.630-0400 - Versions
-
- 1.5
- Fixed Versions
- N/A
- Component
-
- Model Transformation System
Description
At least arrayToObject and objectToArray functions are missing a collectInputPaths function. This should be implemented, and on a more general level, all the transformations should have a collectInputPaths function.
Specifically, the following needs to be checked:
- New implementation of valueMapper
- fluid.transforms.condition
- fluid.transforms.linearScale
- fluid.transforms.binaryOp
- fluid.transforms.indexArrayByKey
- fluid.transforms.deindexIntoArrayByKey
- fluid.transforms.stringTemplate
Comments
-
Kasper Galschiot Markus commented
2016-05-25T03:21:25.863-0400 -
Kasper Galschiot Markus commented
2016-09-13T03:35:29.594-0400 Replaced by https://github.com/fluid-project/infusion/pull/740 which has been merged, so closing