Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] move zsh reserved words out of the way when invoked in sh/ksh emulation
- X-seq: zsh-workers 42663
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] move zsh reserved words out of the way when invoked in sh/ksh emulation
- Date: Mon, 16 Apr 2018 14:26:34 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=OAyZzeguXiR1GLwglTelKO4CLOuqGX3ewtoGncElaVg=; b=bd/Dmxqtlw1ul7GHYy8winaGwwcLaY53UNiplCGPrYmznTjhYFl2aLE09nBXhhA6m+ RguOiJHEcrmDLV8GbIOLZQkVcqlp8fr3qVfFZg6nF18ROyTaDSvkrM7L5LKN7EGNpMez qhpZWIbppi3mBrjGZtaj/bM5Tt4U0k0fNnFwwQtzgkF4ABuME2fPaqZZA3qBMytDdsIt WXEVr1ATMLcuhYXoQd9az6U56oK7Xxfcu0VSul/nlptelO5rxrJ6JXDW+Pr3zpFKUdHQ pD75SlWjtiPiN8BwJy3EAkm1uOIANMwHbfF+UY0CLX0gFvCGnUKth4uCKd0O0Lt3Wvks i55A==
- In-reply-to: <20180416093221.119adb33@camnpupstephen.cam.scsc.local>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20180325222346epcas1p2296ebb2ee08e21c7438b32eabf1fa57a@epcas1p2.samsung.com> <02c529b7-2247-2f42-ef32-0f9cac29a641@inlv.org> <20180416093221.119adb33@camnpupstephen.cam.scsc.local>
On Apr 16, 9:32am, Peter Stephenson wrote:
} Subject: Re: [PATCH] move zsh reserved words out of the way when invoked i
}
} On Mon, 26 Mar 2018 00:23:07 +0200
} Martijn Dekker <martijn@xxxxxxxx> wrote:
} > 'float' and 'integer' are part of the typeset family, so the
} > underlying builtins would be exposed. It would then be inconsistent
} > not to do the same with the rest of the typeset family:
} >
} > declare
} > export
} > local
} > readonly
} > typeset
}
} This is when I got really confused when I first saw this patch. This
} breaks the syntax supporting inline parentheses present in POSIX mode
This is fairly bad. We made those into reserved words particularly for
this reason.
I would not support breaking this.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author