Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

5.3.1-dev-0 difference in array=( "${(PA@)var_name}" )



Hello,
% zsh-5.3.1
% var_name="abcdef"; array=( "${(PA@)var_name}" ); echo ${#array}
1

% zsh-5.3.1-dev-0
% var_name="abcdef"; array=( "${(PA@)var_name}" ); echo ${#array}
0

I am busy with valgrind test tool so I barely can bisect, can do this tomorrow if no resolution

--
Sebastian Gniazdowski
psprint /at/ zdharma.org



Messages sorted by: Reverse Date, Date, Thread, Author