Custom expression editor: don't process invalid expression (#19533)
If the expression is not valid, i.e. there is an error message associated with processing it, do not blindly continue with it, since it leads to a potential rewrite of the expression (the rest of the parser/compiler can tolerate certain brokenness).
Please register or sign in to comment