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.
Resolve rectangular domain module code in Dyno (chapel-lang#25684)
Implement resolution of basic rectangular domain type expressions and literals using `ChapelDomain` module code, replacing the stub compiler implementation. Includes: - Get `new _domain` resolving - Rewrite `new dmap` as `new _distribution` - Resolve domain type expressions as receiver type of `new _domain` - Emit useful error messages for invalid `domain` type expressions - Resolve domain literals with `chpl__buildDomainExpr`/`chpl__ensureDomainExpr` - Get testing working against real `_domain` type from modules for rectangular domains Resolves Cray/chapel-private#6163. Future domains work: - use associative and sparse domains module code as well - set up `dmapped` keyword to resolve a call to `chpl_distributed` [reviewed by @DanilaFe , thanks!] Testing: - [x] dyno tests - [x] paratest
- Loading branch information
Showing
26 changed files
with
677 additions
and
409 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
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.