tkobayas opened a new pull request, #5682: URL: https://github.com/apache/incubator-kie-drools/pull/5682
- New parser is migrated in `drools-drl/drools-drl-parser` with org.drools.drl10.parser package - To enable the new parser, run `mvn test -PDRL10` - At the moment, we get lots of test failures especially in `drools-model/drools-model-codegen` and `drools-test-coverage/test-compiler-integration` https://github.com/apache/incubator-kie-drools/issues/5678 This PR is an experiment to migrate a new DRL parser in a feature branch `dev-new-parser`. Currently, we get test failures with the new parser enabled `mvn test -PDRL10`. Especially, `drools-model/drools-model-codegen` [ERROR] Tests run: 2433, Failures: 592, Errors: 19, Skipped: 9 `drools-test-coverage/test-compiler-integration` [ERROR] Tests run: 5396, Failures: 1249, Errors: 269, Skipped: 71 We will be able to split and fix the issues. **This PR is a replacement of https://github.com/apache/incubator-kie-drools/pull/5677 . This one preserves commit history in drools-lsp** Following what @tarilabs did in https://issues.redhat.com/browse/DROOLS-7040 https://github.com/apache/incubator-kie-drools/pull/4498 Thanks! **Please do not squash the commits when merging** -- 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]
