Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dyno: resolve domain and element type queries on arrays #26931

Merged
merged 2 commits into from
Mar 22, 2025

Conversation

DanilaFe
Copy link
Contributor

@DanilaFe DanilaFe commented Mar 17, 2025

Resolves https://github.com/Cray/chapel-private/issues/7228. The following program now resolves:

proc foo(x: [?D] ?t) { writeln(D); }
var A: [1..10] int;
foo(A);

We simply didn't have logic to handle this case. Now we do.

Testing

  • dyno tests
  • paratest

@arifthpe arifthpe self-requested a review March 20, 2025 15:59
@DanilaFe DanilaFe merged commit a53035c into chapel-lang:main Mar 22, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants