-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove too eager fail-fast in concat node's retract (#831)
A dead tuple might be retracted in concat if a "complex No-op" `calculateScore` occurs. A "complex No-op" refers to the following situlation: - Move A - Calculate Score - Undo Move A - Move A again (but potentially expressed a different way) - Calculate Score (here is where a dead tuple will be retracted) The fail-fast seems to be too eager.
- Loading branch information
1 parent
5bfa796
commit c373c2b
Showing
2 changed files
with
80 additions
and
4 deletions.
There are no files selected for viewing
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
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