Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Test Failures



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