Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
can't tie already tied scalar
- X-seq: zsh-workers 30615
- From: Thomas Moschny <thomas.moschny@xxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: can't tie already tied scalar
- Date: Thu, 16 Aug 2012 12:06:38 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
With versions after 4.3.11, doing
typeset -Tx FOO foo ; typeset -Tx FOO foo
results in this error: typeset: can't tie already tied scalar: FOO
This shouldn't fail, as long as as the same scalar is tied to the same
array (with the same separator).
This has been reported earlier, by someone else, see
http://bugs.debian.org/bug=622608 , but seems it didn't get forwarded.
As I'm not subscribed, please CC me.
Regards
Thomas
Messages sorted by:
Reverse Date,
Date,
Thread,
Author