zsh-workers
 help / color / mirror / code / Atom feed
* 5.3.1-dev-0 difference in array=( "${(PA@)var_name}" )
@ 2017-06-14 17:09 Sebastian Gniazdowski
  2017-06-14 20:35 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Gniazdowski @ 2017-06-14 17:09 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-15  6:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14 17:09 5.3.1-dev-0 difference in array=( "${(PA@)var_name}" ) Sebastian Gniazdowski
2017-06-14 20:35 ` Bart Schaefer
2017-06-15  6:03   ` Sebastian Gniazdowski
2017-06-15  6:10     ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).