hanjoosten opened a new issue, #6960: URL: https://github.com/apache/incubator-kie/issues/6960
At compiletime, if there is a FEEL expression that uses an undefined, multiple word variable, an error message is thrown pointing at the second word of the variable. The error message says that there is a syntax error. Technically that is incorrect, because the parser should not care if the variable is defined or not. That is for the type checker. An example of such an error message is:  It would be far more helpful to tell that the variable is unknown/undeclared. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
