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.
feat(dyno): implement various primitive call resolution (chapel-lang#…
…24022) This PR implements type resolution on a number of primitives in Dyno. The table below shows the different primitives and how production deals with resolving their return types now. To note is that these do not test for correctness of actual types or number of actuals. The tests demonstrate that by making the primitive calls without additional arguments other than the primitive text. [reviewed by @mppf, @dlongnecke-cray - thanks!]
- Loading branch information
Showing
4 changed files
with
363 additions
and
133 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
Oops, something went wrong.