You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider this example: {myCollection | myFilter}. It might happen that the filtering expression (myFilter) is neither a function nor an object containing the apply function. In this case the error thrown will be:
[error] [function expression] Object is not a function:
Unfortunately this gives very little context about what is actually wrong. IN the ideal world a message could read like this:
error evaluating expression "myFilter": Object is not a function in "/template/name.hsp"
Otherwise it is rather hard to figure out what is going on in a more complex page.
Related to #234 but this issue specifically asks to have info about an expression being evaluated.
The text was updated successfully, but these errors were encountered:
b-laporte
pushed a commit
to b-laporte/hashspace
that referenced
this issue
Jul 14, 2014
PK1A
changed the title
Problem with expression evaluation should contin expression in question
Problem with expression evaluation should contain expression in question
Jul 16, 2014
Consider this example:
{myCollection | myFilter}
. It might happen that the filtering expression (myFilter
) is neither a function nor an object containing theapply
function. In this case the error thrown will be:Unfortunately this gives very little context about what is actually wrong. IN the ideal world a message could read like this:
Otherwise it is rather hard to figure out what is going on in a more complex page.
Related to #234 but this issue specifically asks to have info about an expression being evaluated.
The text was updated successfully, but these errors were encountered: