-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR removes `Status` from all member functions of `class Subarray`. It also removes all occurrence of `Status` from `subarray/subarray.cc` except for the ones necessary to use `parallel_for`. There are a handful of changes that tagged along, although these were minimized to alleviate review. These other changes include (1) adding blocks to `if` statements without them, (2) removal of some inconsequential `const` declarations, (3) removal of some dead code. In almost all cases, follow-on changes were not pursued. One exception is `Query::non_overlapping_ranges`, which is proxy for a subarray function; this PR changes its signature. Another was in the test helper `subarray_equiv`, which requires more rewriting that the rest of the call sites.
- Loading branch information
1 parent
2e25ad2
commit 64b98a7
Showing
24 changed files
with
627 additions
and
846 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
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.