Arrays should not be passed by reference like objects #48
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
AerScript Information
246b097fad
Your problem description
PH7 pass and return arrays by reference. This behaviour should be changed and a copy of array should be made instead.
Hashmap duplication partially fixed with
e794ffd97b
.