Bug #9961
Properly handle function calls on array values
| Status: | Closed | Start date: | 2010-09-28 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Francois Suter | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 1.3.0 | |||
| Votes: | 0 |
Description
It is perfectly possible for values returned by expressions to be arrays.
In such cases function calls don't work properly, as they expect values to be scalar only. Functions should be applied to all values recursively.
Associated revisions
Added proper handling of function processing when value is a function
resolves 9961
Added proper handling of function processing when value is a function
resolves 9961
History
Updated by Francois Suter over 2 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r38708.
Updated by Francois Suter over 2 years ago
- Status changed from Resolved to Closed