Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: pws-19: minor syntactic innovation
- X-seq: zsh-workers 6409
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>, "Zsh hackers list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: PATCH: pws-19: minor syntactic innovation
- Date: Tue, 1 Jun 1999 10:23:48 +0400
- Importance: Normal
- In-reply-to: <990531224100.ZM8919@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> What's the parse of something like ${(f)"${"$(typeset)"}"} ? It doesn't
> seem to be the `obvious' one -- it appears that the quoted strings are
> actually nesting, because of the enclosing braces, which is something
> pretty radically new. (I may be wrong.) Is this a good thing?
>
No. It breaks the basic shell grammar. The main problem is, it can have
unexpected side effects when running in sh or ksh compatibility mode - and
this is definitely bad thing.
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author