Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- X-seq: zsh-workers 43633
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- Date: Mon, 8 Oct 2018 08:54:58 -0700
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dJjIit4f7qBi6nrHMxG/IRPz5Zr9mxAPWIYc1wKCBlA=; b=Adru/E/x+LEM+vWwIcTNxllLcmJYzyZ91ZKY2eKUMp4tyv8ES6V1txjLs2xACpO9oQ 3smkRVGEGRlo3G7iiUfFUO6sXAL3ZK98/CTCjOQAccLwY2dTRtkxiiWIcNnWBDPAuaJO xqqcBOhzopHmm+ypz22HZ5Drkfikj1y8hsVHITAK5IHn2lAYpBq+NhWOL97RqcdrdPaP K7yghUkQ3GssKV1qk4gR5IUUwT2AOeaakzDKBuFnOwjQRpj3mcLpnGMlZkuW6d5WjuF3 b5henTzS5N0ebzjSvUlsJH2ipjb3fT+e02jLCy2x/mz+mBlsYXq8qa9g28DtJQHw09Oh AKRQ==
- In-reply-to: <20181008152406eucas1p1660f190ddb4bcd4c0131c4c84492a9f2~bq3vkNlyg2997729977eucas1p1I@eucas1p1.samsung.com>
- 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: <20180924210550.carijwjibarjivu4@chaz.gmail.com> <CGME20181007133632epcas5p43a3b4c7f0fe1863478748c5cf46ce8ef@epcas5p4.samsung.com> <20181007133545.zzkrbc3ed6shnk3e@chaz.gmail.com> <20181008090557eucas1p11f18ef9ca4a6e3cc09fd59242f344f96~bltk3bsqO1947719477eucas1p1q@eucas1p1.samsung.com> <CACeGjnUhNqca7jLAR0KKSxobzDd+xXdAe4BeUeRpxu2CTp_zkA@mail.gmail.com> <20181008141056eucas1p2a9a49ec055d2760e87c17832af9f6591~bp33g9vlR0328803288eucas1p2G@eucas1p2.samsung.com> <1539008917.1366329.1534632080.5313528C@webmail.messagingengine.com> <20181008152406eucas1p1660f190ddb4bcd4c0131c4c84492a9f2~bq3vkNlyg2997729977eucas1p1I@eucas1p1.samsung.com>
On Mon, Oct 8, 2018 at 8:24 AM Peter Stephenson
<p.stephenson@xxxxxxxxxxx> wrote:
>
> Hmm, I'm guessing all the B02 failures are all down to being re-run from
> V10?
No, they're coming from the first pass through B02. Succeeds for me
on MacOS, but on CentOS 6.10 it fails:
Test ./B02typeset.ztst failed: bad status 1, expected 0 from:
function {
local -rax zsh_exported_readonly_array=(2)
local -rAx zsh_exported_readonly_hash=(3 3)
local -rx zsh_exported_readonly_scalar=1
print zsh:
export -p | grep zsh_exported_readonly
readonly -p | grep zsh_exported_readonly
print sh:
emulate -L sh
export -p | grep zsh_exported_readonly
readonly -p | grep zsh_exported_readonly
print still asking for arrays:
export -ap | grep zsh_exported_readonly
readonly -ap | grep zsh_exported_readonly
}
Was testing: no array/hash in POSIX export/readonly -p
There is no other useful output, even with ZTST_VERBOSE.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author