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

evaluator: Deep copy array repetitions #357

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

juliaogris
Copy link
Member

Deep copy array repetitions so that the repetition operator can be used to
initialize 2 or larger dimensional arrays. Previously a reference to inner
arrays was copied which did not allow for array elements to be updated
independently.

Co-authored-by: Cam Hutchison camh@xdna.net

Deep copy array repetitions so that the repetition operator can be used to
initialize 2 or larger dimensional arrays. Previously a reference to inner
arrays was copied which did not allow for array elements to be updated
independently.

Co-authored-by: Cam Hutchison <camh@xdna.net>
Copy link
Member

@camh- camh- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💚

@juliaogris juliaogris merged commit ce98615 into main May 22, 2024
3 checks passed
@juliaogris juliaogris deleted the deep-copy-repetition branch May 22, 2024 03:41
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