Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] posix_builtins: allow exporting a reaonly
- X-seq: zsh-workers 42683
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Martijn Dekker <martijn@xxxxxxxx>
- Subject: Re: [PATCH] posix_builtins: allow exporting a reaonly
- Date: Wed, 18 Apr 2018 13:07:00 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=COnsPxit1JhuiQXxBQ87CqW//BC9Et1JjqV+aKyWOR8=; b=n29vVFtNJPIuFnHoxJzKAfSXDoMPmtraY5lAssK49f28nu8Fpwq8cMnus3ECD+jnvY bmODUxlK3LmHBJEOf4oxhNbKhd3XXEDPKBEsW9WA5MKn5els5+C5WS5PhOhQHxTmwlJm hxV6e2WZ2YmmI7B7shMFKJ7UqPLTiPOuSHRbhyojnau+TfrR0lRs26nxYCJBMYTWxi7z ZUHxHsSzTrfYgySVRjEb237NPU3bFp4tMp0/HRM4o62pjBCc4NgEcFZLc3Iqa56I79Mh x5JBB7hl2Ta+Jx77BJaQk4p2iD3hbUGXcCvG1MaxvrubwUeRiLPvS4lUtIxAgRjsRnA8 tE+Q==
- In-reply-to: <1c9aa8c0-c8ee-564f-d351-461d4183d533@inlv.org>
- 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: <1c9aa8c0-c8ee-564f-d351-461d4183d533@inlv.org>
On Wed, Apr 18, 2018 at 12:58 PM, Martijn Dekker <martijn@xxxxxxxx> wrote:
> POSIX_BUILTINS incorrectly prohibits exporting a readonly variable. All
> other POSIX shells allow this and there is nothing in the POSIX text[*] that
> says it's not allowed. The attached patch fixes this.
I hope it's really that simple -- see thread about typeset -T and
read-only and resulting confusion, e.g. zsh-workers/42061 and
references.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author