-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/core/adt: fix processing of additional disjunctions
Sometimes evaluating disjunctions is triggered before all conjuncts have been added. If then another disjunction was added, these results were not properly merged with previously computed disjunctions. This change fixes that. Issue #2851 Issue #2884 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: I248b9ecc4694b2cb9a1e478343d9a8d233e14929
- Loading branch information
Showing
2 changed files
with
23 additions
and
18 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