Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Identifier bug
- X-seq: zsh-workers 4844
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Identifier bug
- Date: Fri, 18 Dec 1998 11:24:50 +0100
I was just about to put together another development version when I
discovered this.
% foo=(a b)
% foo[1]=c
zsh: not an identifier: foo[1]
which is quite serious, because my functions use this all the time, so
I'll have to wait until it's fixed. I would guess the problem is with
4826, fixing subscripts for associative arrays.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author