tkobayas opened a new issue, #5807: URL: https://github.com/apache/incubator-kie-drools/issues/5807
https://github.com/apache/incubator-kie-drools/pull/5806#discussion_r1540800031 `drlExpression` and `drlPrimary` in `DRLParser.g4` are extended rules from `JavaParser.g4`. However, constraint related rules should respect `DRL6Expressions.g4` so that we can avoid a situation like "This is possible with DRL6Expressions, but not possible with DRLParser". It would also be a good way to find additional unit tests. -- 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]
