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

Fix bug in ArrayDevice #987

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Fix bug in ArrayDevice #987

merged 1 commit into from
Mar 5, 2024

Conversation

bengineerd
Copy link
Contributor

@bengineerd bengineerd commented Feb 9, 2024

Description

When passing a single arrayArgs dict to ArrayDevice, need to copy the dict for each instantiated array member. Otherwise it is passed by reference and a later per-instance pop() call affects all instances.

@bengineerd bengineerd merged commit 6a7d86e into pre-release Mar 5, 2024
5 checks passed
@bengineerd bengineerd deleted the ArrayDevice-fix branch March 5, 2024 21:27
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