zsh-workers
 help / color / mirror / code / Atom feed
* VCS_INFO_get_data_svn:31: bad set of key/value pairs for associative array
@ 2014-10-22  4:24 Manfred Lotz
  2014-10-22  6:22 ` Bart Schaefer
  0 siblings, 1 reply; 9+ messages in thread
From: Manfred Lotz @ 2014-10-22  4:24 UTC (permalink / raw)
  To: zsh-workers

Hi there,
In my .zshrc I have defined a function svn like this


function svn () {
   ...
}


where I do additional things when invoking svn.


After upgrading to zsh 5.0.7-1 in Fedora 20 I get this error if I
happen to be in a svn repository:

VCS_INFO_get_data_svn:31: bad set of key/value pairs for associative
array


Local fix is to rename the function to svn1 and define an alias

alias svn='svn1'


Line 31 in VCS_INFO_get_data_svn is:
  cwdinfo=(${(kv)svninfo})


Could anybody tell me what's going on? 



-- 
Thanks,
Manfred


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

end of thread, other threads:[~2014-10-22 14:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-22  4:24 VCS_INFO_get_data_svn:31: bad set of key/value pairs for associative array Manfred Lotz
2014-10-22  6:22 ` Bart Schaefer
2014-10-22  9:28   ` [PATCH] vcs_info: Use ‘command’ prefix to call version control programs Frank Terbeck
2014-10-22 10:53     ` Daniel Shahaf
2014-10-22 12:03       ` Frank Terbeck
2014-10-22 12:42         ` Aaron Schrab
2014-10-22 13:43           ` Frank Terbeck
2014-10-22 12:54         ` [PATCH] " Manfred Lotz
2014-10-22 13:51           ` Frank Terbeck

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).