tkobayas opened a new issue, #6439:
URL: https://github.com/apache/incubator-kie-drools/issues/6439

   `eval` is often misused, where it should be written as a pattern constraint. 
`eval` is also not good from performance perspective as it doesn't benefit from 
engine optimization.
   
   Plan:
   - Emit a warning when `eval` is used, saying it's deprecated
   - Document the deprecation
   - At some point, drop the syntax (`eval` results in an error)
   
   Note: We expect that `eval` can be re-written to other existing syntax. But 
if there is any report which justifies `eval` usage, we would consider a 
feature to rescue such a usage. In other words, we are not intend to break an 
upgrade path.
   


-- 
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]

Reply via email to