Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: treatment of empty strings - why is this not a bug?
- X-seq: zsh-workers 26335
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: treatment of empty strings - why is this not a bug?
- Date: Sat, 17 Jan 2009 00:31:05 -0500
- In-reply-to: <090116193527.ZM22429@xxxxxxxxxxxxxxxxxxxxxx> (Bart Schaefer's message of "Fri, 16 Jan 2009 19:35:27 -0800")
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <18796.17298.94642.461735@xxxxxxxxxxxxxxxxxx> <090115201912.ZM20275@xxxxxxxxxxxxxxxxxxxxxx> <m38wpbw3v2.fsf@xxxxxxxxxxxxxx> <090116193527.ZM22429@xxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
>>>>> Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:
> Consider an array populated by using a glob pattern, which is then
> subjected to replacement using $arr:s/pat// or $arr:h or $arr:t.
> You don't know at time of execution what will be matched in by the
> glob, nor necessarily what will be left behind after substitution.
> If the substitution results in an emtpy string, how often do you
> want that to remain in the argument list of whatever action you next
> apply to the contents of the array?
I do not agree with this reasoning, but I don't think it's worth
continuing to argue about it.
thank you,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author