Skip to content

Structured bindings#67

Closed
hkaiser wants to merge 3 commits intoct-clmsn:mainfrom
STEllAR-GROUP:structured_bindings
Closed

Structured bindings#67
hkaiser wants to merge 3 commits intoct-clmsn:mainfrom
STEllAR-GROUP:structured_bindings

Conversation

@hkaiser
Copy link
Collaborator

@hkaiser hkaiser commented Aug 3, 2025

No description provided.

SAtacker and others added 3 commits July 20, 2025 09:30
* Support array initialization via for-loop expressions (#5)

This patch adds support for Chapel’s “array init with for-loop” syntax, e.g.:

  var arr: [0..2] int = for i in 0..2 do i+1;

Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>

* Fix symbol lifetime being incorrect leading to incorrect assignments

Added additional tests to check the same

Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>

---------

Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>
Signed-off-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
@hkaiser
Copy link
Collaborator Author

hkaiser commented Aug 3, 2025

Closing as this targets the wrong base repository

@hkaiser hkaiser closed this Aug 3, 2025
@hkaiser hkaiser deleted the structured_bindings branch August 3, 2025 17:58
@hkaiser hkaiser restored the structured_bindings branch August 3, 2025 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments