You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(interpreter): resolve nameref for ${!ref[@]} key enumeration (#855)
The ArrayIndices handler in expand_word_to_string was not resolving namerefs before looking up keys, causing ${!ref[@]} to return empty when ref is a nameref to an associative array.
Closes#846
0 commit comments