-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finish rewrite of the Sudoku example #8
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- corrections for comments describing syntax - reuse label() for ID COLON - fixing duplicate @nnotation keys by concatenating values - make delimiter stripping methods robust
Conflicts: drools-compiler/src/main/java/org/drools/lang/DRLParser.java
Conflicts: drools-compiler/src/main/java/org/drools/lang/DRLParser.java
Conflicts: drools-compiler/src/main/java/org/drools/lang/DRLParser.java
Conflicts: drools-compiler/src/main/java/org/drools/lang/DRLParser.java
ge0ffrey
pushed a commit
that referenced
this pull request
May 4, 2011
Finish rewrite of the Sudoku example
mariofusco
referenced
this pull request
in mariofusco/drools
Feb 14, 2016
[DROOLS-1025] fix segment prototypes invalidation
tarilabs
referenced
this pull request
in tarilabs/drools
Mar 27, 2017
* Very basics working but still missing a lot of tests and cases. * Decision Table, Named parameter support.
tarilabs
referenced
this pull request
in tarilabs/drools
Mar 28, 2017
* Very basics working but still missing a lot of tests and cases. * Decision Table, Named parameter support.
evacchi
added a commit
to evacchi/drools
that referenced
this pull request
Jun 28, 2018
mariofusco
pushed a commit
that referenced
this pull request
Jul 5, 2018
Rikkola
referenced
this pull request
in Rikkola/drools
Jan 27, 2020
jcr2vfs: fix few dozens of errors/warnings reported by FindBugs
dupliaka
pushed a commit
to dupliaka/drools
that referenced
this pull request
Apr 1, 2022
dupliaka
pushed a commit
to dupliaka/drools
that referenced
this pull request
Apr 1, 2022
dupliaka
pushed a commit
to dupliaka/drools
that referenced
this pull request
Apr 1, 2022
KOGITO-1184 : Kogito Quick Starts Scripts / User Tasks Update
tkobayas
referenced
this pull request
in tkobayas/drools
Oct 16, 2023
…s modify in if-block (#8) * [DROOLS-7195] Modify syntax fails when using executable model, works … (apache#4846) (apache#4868) * [DROOLS-7195] Modify syntax fails when using executable model, works with mvel runtime (nested properties) * - Dropping 'with' statement support * [DROOLS-7493] [DROOLS-7497] executable model wrongly rewrites modify in if-block (apache#5380) * [DROOLS-7493] executable model wrongly rewrites modify in if-block - Additional tests to cover setter order for properperty reactivity [DROOLS-7497] * - analyze whole RHS and make all modification as property reactive * - Add docs about fact modification after modify or update in RHS * - fixing code smells
tkobayas
referenced
this pull request
in tkobayas/drools
Oct 17, 2023
…s modify in if-block (#8) (#9) * [DROOLS-7195] Modify syntax fails when using executable model, works … (apache#4846) (apache#4868) * [DROOLS-7195] Modify syntax fails when using executable model, works with mvel runtime (nested properties) * - Dropping 'with' statement support * [DROOLS-7493] [DROOLS-7497] executable model wrongly rewrites modify in if-block (apache#5380) * [DROOLS-7493] executable model wrongly rewrites modify in if-block - Additional tests to cover setter order for properperty reactivity [DROOLS-7497] * - analyze whole RHS and make all modification as property reactive * - Add docs about fact modification after modify or update in RHS * - fixing code smells
cimbalek
pushed a commit
to cimbalek/incubator-kie-drools
that referenced
this pull request
Jan 19, 2024
tkobayas
referenced
this pull request
in tkobayas/drools
Jan 23, 2024
…ts with BigDecimal (apache#5623) (#3) (#8) Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
mariofusco
pushed a commit
that referenced
this pull request
Dec 4, 2024
* More tests migrated * Migrated tests to Junit5 * Migrated serialization protobuf module * Migrated drools-ecj * Migrated drools persistance * Migrated drool traits tests * Migrated drools util module to Junit5 * Migrated drools xml support module to JUnit5 * Migrated kie internals to JUnit5 * Migrated kie memory compiler to JUnit5 * Migrated drools retediagram to JUnit5 * Migrated kie api to JUnit5
rgdoliveira
pushed a commit
to rgdoliveira/drools
that referenced
this pull request
Dec 9, 2024
…apache#6179) * More tests migrated * Migrated tests to Junit5 * Migrated serialization protobuf module * Migrated drools-ecj * Migrated drools persistance * Migrated drool traits tests * Migrated drools util module to Junit5 * Migrated drools xml support module to JUnit5 * Migrated kie internals to JUnit5 * Migrated kie memory compiler to JUnit5 * Migrated drools retediagram to JUnit5 * Migrated kie api to JUnit5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Blocking rete issue is gone in 5.2.0M2.
All "hard" Sudoku examples can be solved. Added "explain" to see which solving technique is chosen by the rule set.