-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* verify single predicate * simplify returned error * track indexes for predicates * don't short cirtcuit predicate err * Update predicate_check.go Signed-off-by: Ceyhun Onur <[email protected]> * nits for single-predicate-verify (#1012) * Update x/warp/predicate_test.go Co-authored-by: aaronbuchwald <[email protected]> Signed-off-by: Ceyhun Onur <[email protected]> * Update x/warp/predicate_test.go Co-authored-by: aaronbuchwald <[email protected]> Signed-off-by: Ceyhun Onur <[email protected]> * review fixes * use bitset constructor * change return type to err in verifypredicate --------- Signed-off-by: Ceyhun Onur <[email protected]> Signed-off-by: Ceyhun Onur <[email protected]> Co-authored-by: marun <[email protected]> Co-authored-by: Darioush Jalali <[email protected]> Co-authored-by: aaronbuchwald <[email protected]>
- Loading branch information
1 parent
7a6bcad
commit 58eb7ef
Showing
7 changed files
with
270 additions
and
163 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.