-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch infer_values_based_on to require_join_free_values in cond reso…
…lver This further simplifies the cognitive surface of the condition resolver API just like 786c1cd and a3ae79e. During the sprint to add at least *some* sanity to the codepath infer_values_based_on was introduced as a stopgap to allow 83a6b24 to somehow proceed forward. Since then the amount of spots where this logic is necessary steadily went down, bringing us to the current place: there is just a single spot in the entire codebase that passes a non-empty inferrence structure. Given the entire codepath is rather baroque, the entire idea of inferrence is pushed to new_related instead, leaving the API of the resolver itself even simpler. There are no known issues as a result, verified by re-running the entire test plan for downstreams as described in 12e7015.
- Loading branch information
Showing
4 changed files
with
213 additions
and
80 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
Oops, something went wrong.