mdproctor opened a new issue, #6723: URL: https://github.com/apache/incubator-kie-drools/issues/6723
## Found during code review of #6718 `BruteForceCompiledEngine.findHead()` returns the first FN or IFN GroupElement in the body. The DSL permits multiple fn/ifn at arbitrary body positions, but the engine silently drops all but the first. For now BruteForce is explicitly temporary. Document or enforce single-head constraint, or iterate all FN/IFN nodes and build a processor per head. Refs #6718 -- 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]
