-
Notifications
You must be signed in to change notification settings - Fork 297
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: pre-evaluate pattern constraints
The new evaluator allows disambiguating partially evaluated values more accurately than the old evaluator by treating pattern constraints as actual values. For this to work, however, we need to evaluate these values as if they were fields, and not just retain the conjuncts. Issue #2884 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: I24cbcba66f95282f56f44eb3cacfd8633d2afc0f
- Loading branch information
Showing
12 changed files
with
2,476 additions
and
1,531 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
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
Oops, something went wrong.