forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ng#23399) [reviewed by @arezaii ] This follows in the footsteps of other recent PRs, converting the `BlockCyclic` class to a record `blockCycDist`. I'm not crazy about the name (would probably choose `blkCycDist` for brevity and symmetry), but figured I'd follow the module name as we do with the other cases, and that we could rename things as we stabilize this distribution and module. Changes here are fairly standard: * introduce record that wraps our helper record and defines the things it must * rename the class to `BlockCyclicImpl` * add a deprecated type alias for `BlockCyclic` * add the dsiGetDist() method to `BlockCyclicDom` * add a case for BlockCyclic to my deprecation tests * update the tests Because this distribution is not stabilized, I spent less care with the documentation than with the others, just renaming things that were clearly wrong. Also fixed an issue in ReplicatedDist that Jade had pointed out earlier, but that I'd apparently never fixed?
- Loading branch information
Showing
51 changed files
with
235 additions
and
110 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.