Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test Failures
- X-seq: zsh-workers 19138
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Test Failures
- Date: Thu, 25 Sep 2003 00:38:03 -0700
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1030925040607.ZM5563@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <m3isnhd5ao.fsf@xxxxxxxxxxxx> <1030925040607.ZM5563@xxxxxxxxxxxxxxxxxxxxxxx>
On Thu, Sep 25, 2003 at 04:06:07AM +0000, Bart Schaefer wrote:
> In the first case, it appears that typset -T now rejects an assignment to
> the scalar variable in the scalar+array pair, which previously was OK.
Not quite: it might reject any typeset -T without the new separator arg.
The reason is that it checks if argv[3] is non-NULL, which is not a
valid thing to do if argv[2] is NULL. I just checked in a fix.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author