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

RE: PATCH: pws-19: minor syntactic innovation



>
> 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