tomcoh22 commented on issue #6439: URL: https://github.com/apache/incubator-kie-drools/issues/6439#issuecomment-3367277146
In our code, eval is used when the conditions cannot be written as pattern constraint. For example, a condition that involves more than one fact cannot be written as pattern constraint. If the eval is removed, these conditions will have to be moved from "when" block to the "then" block. We have more than 100,000 lines of code in drools. This will break our upgrade path and will require considerable effort in re-writing and testing the rules. -- 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]
